tests: Add field 'type' to example dut config

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-10-31 17:07:16 +01:00
parent be5fbafdde
commit ba63619d51
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# DUT type should be either "local" or "ssh"
# if ssh is selected, then ip, user and password fields are required
type: "local"
# ip: "x.x.x.x"
# user: "example_user"
# password: "example_password"