tests: Add field 'type' to example dut config
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
be5fbafdde
commit
ba63619d51
@ -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"
|
# ip: "x.x.x.x"
|
||||||
# user: "example_user"
|
# user: "example_user"
|
||||||
# password: "example_password"
|
# password: "example_password"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c00e1f19425e289c281f97b7f6cca1fb88e3f9bc
|
Subproject commit b0081604becc2b9ae23e0de5c29427c59966d68d
|
Loading…
Reference in New Issue
Block a user