diff options
Diffstat (limited to 'tools/pharos-validator/src/validation_tool/doc/config.yaml')
-rw-r--r-- | tools/pharos-validator/src/validation_tool/doc/config.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/pharos-validator/src/validation_tool/doc/config.yaml b/tools/pharos-validator/src/validation_tool/doc/config.yaml index 6b3a6d0a..f2146ff9 100644 --- a/tools/pharos-validator/src/validation_tool/doc/config.yaml +++ b/tools/pharos-validator/src/validation_tool/doc/config.yaml @@ -1,9 +1,10 @@ +--- ################### # Program arguments ################### # # Define path of output file -output: "yaml" # Values are ("yaml", ) +output: "yaml" # Values are ("yaml", ) ################# # Server settings @@ -33,6 +34,4 @@ logfile: "/tmp/runtime_logs.txt" # Path to test logs test_log: "/tmp/results.yaml" # Path to dhcpd configuration file -#dhcpdfile: "/etc/dhcp/dhcpd.conf" dhcpdfile: "/etc/dhcp/dhcpd.conf" - |