From d2cf3b7cc4c45380e06612e09b3e15750c85483b Mon Sep 17 00:00:00 2001 From: Mark Rouse <67111550+markjrouse@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:28:31 +0000 Subject: [PATCH] Fix-protocolsFilePath (#51) * tm - fixed protocolsFilePath * tm - fixed protocolsFilePath --- charts/testmanager/Chart.yaml | 2 +- charts/testmanager/README.md | 2 +- charts/testmanager/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/testmanager/Chart.yaml b/charts/testmanager/Chart.yaml index 059a238..20826f3 100644 --- a/charts/testmanager/Chart.yaml +++ b/charts/testmanager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: testmanager appVersion: 0.4.42 description: A generated Helm Chart for Soniclabs T&M testmanager -version: 1.0.15 +version: 1.0.16 type: application maintainers: - name: cdecatapult diff --git a/charts/testmanager/README.md b/charts/testmanager/README.md index c45c9d6..65abaa9 100644 --- a/charts/testmanager/README.md +++ b/charts/testmanager/README.md @@ -14,7 +14,7 @@ | `config.debug` | Whether or not to enable debug mode for the application | `False` | | `config.logLevel` | The log level to use for the application | `debug` | | `config.rtcPort` | The port of the Viavi RTC | `5099` | -| `config.protocolsFilePath` | The location of the Protocols File | `./tmp` | +| `config.protocolsFilePath` | The location of the Protocols File | `./` | | `config.viaviPollIntervalSeconds` | The Viavi polling interval in seconds. | `10` | | `config.viaviKpiStartDelaySeconds` | The Viavi start delay in seconds. | `30` | | `config.tmaPath` | The path on the "Control Host" to use to execute the TMA. | `C:/Program Files (x86)/VIAVI/TM500/5G NR - NLA 6.21.0/Test Mobile Application/` | diff --git a/charts/testmanager/values.yaml b/charts/testmanager/values.yaml index 769624d..471963b 100644 --- a/charts/testmanager/values.yaml +++ b/charts/testmanager/values.yaml @@ -18,7 +18,7 @@ config: ## @param config.rtcPort The port of the Viavi RTC rtcPort: 5099 ## @param config.protocolsFilePath The location of the Protocols File - protocolsFilePath: ./tmp + protocolsFilePath: ./ ## @param config.viaviPollIntervalSeconds The Viavi polling interval in seconds. viaviPollIntervalSeconds: 10 ## @param config.viaviKpiStartDelaySeconds The Viavi start delay in seconds.