Replies: 1 comment
-
Logging folder will set the local:
log: # log for each slot
directory: "./logs"
delimiter: "/" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal: Remote Device Config
deviceConfig needs to support the downloading of a URL location for the deviceConfiguration for all box types.
Local Config
Where the rackConfig is specificed as a local directory, then the deviceConfig is expected to be relataive path to that directory
test.py --config "./myConfigs/rackConfig.,yml
Then in rackConfig.yaml
Would mean that
device_config.yml
also exists in the./myConfigs/
directoryNew operation
By default also as it currently exists the deviceConfig is relative to the ${CWD} of the test.
but if we add a prefix it will be clearer
e.g.
In the case of a URL then it's downloaded as an absolute path as required.
Beta Was this translation helpful? Give feedback.
All reactions