Submit initial test framework skeleton. 86/86/1
authorStefan Kobza <skobza@cisco.com>
Wed, 23 Dec 2015 16:00:10 +0000 (17:00 +0100)
committerStefan Kobza <skobza@cisco.com>
Wed, 23 Dec 2015 16:10:07 +0000 (17:10 +0100)
commitb189933c3931884beb50d9e58efbb19fb0e7088c
treeafa971af81ffb9694dbab6357d4d1f266729950c
parent7d08f5635df5936c2db13cbf19d7e0480b171488
Submit initial test framework skeleton.

Change-Id: I1c7cdbbf16c137a6739447d2776595725b798b54
Signed-off-by: Stefan Kobza <skobza@cisco.com>
20 files changed:
test/.gitignore [new file with mode: 0644]
test/README [new file with mode: 0644]
test/main.py [new file with mode: 0644]
test/requirements.txt [new file with mode: 0644]
test/resources/libraries/bash/dut_setup.sh [new file with mode: 0644]
test/resources/libraries/python/DUTSetup.py [new file with mode: 0644]
test/resources/libraries/python/SetupFramework.py [new file with mode: 0644]
test/resources/libraries/python/VatExecutor.py [new file with mode: 0644]
test/resources/libraries/python/constants.py [new file with mode: 0644]
test/resources/libraries/python/ssh.py [new file with mode: 0644]
test/resources/libraries/python/topology.py [new file with mode: 0644]
test/resources/libraries/robot/default.robot [new file with mode: 0644]
test/resources/libraries/robot/interfaces.robot [new file with mode: 0644]
test/resources/libraries/robot/vat/interfaces.robot [new file with mode: 0644]
test/resources/templates/vat/dump_interfaces.vat [new file with mode: 0644]
test/tests/suites/__init__.robot [new file with mode: 0644]
test/tests/suites/bridge_domain/test.robot [new file with mode: 0644]
test/tests/suites/vhost_user_dummy/__init__.robot [new file with mode: 0644]
test/tests/suites/vhost_user_dummy/test1.robot [new file with mode: 0644]
test/tests/suites/vhost_user_dummy/test2.robot [new file with mode: 0644]