Skip to content

Commit

Permalink
Fix-protocolsFilePath (#51)
Browse files Browse the repository at this point in the history
* tm - fixed protocolsFilePath

* tm - fixed protocolsFilePath
  • Loading branch information
markjrouse authored Mar 19, 2024
1 parent b55038c commit d2cf3b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/testmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/` |
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2cf3b7

Please sign in to comment.