Init the test directory with CSIT_Test tool code.
authorBaohua Yang <baohyang@cn.ibm.com>
Thu, 7 Nov 2013 09:06:35 +0000 (17:06 +0800)
committerBaohua Yang <baohyang@cn.ibm.com>
Thu, 7 Nov 2013 09:06:35 +0000 (17:06 +0800)
commit64862e90b6ffee8a014c6c7d353c0f81a108e6bb
tree4a96f0388a68387ce7643af5ddb8e1293dc69e29
parent5bfc2475c05ff6ecbe7c4180e57b98951b6f062b
Init the test directory with CSIT_Test tool code.

Change-Id: I46ee41f58c0522de875b8784ea6f2ca599daa72f
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
12 files changed:
test/tools/CSIT_Test/base/__init__.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/arp_handler.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/container_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/forwarding_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/forwarding_rule_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/host_tracker.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/statistics_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/switch_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/cases/topology_manager.py [new file with mode: 0644]
test/tools/CSIT_Test/base/restlib.py [new file with mode: 0644]
test/tools/CSIT_Test/base/run.py [new file with mode: 0644]
test/tools/CSIT_Test/base/testmodule.py [new file with mode: 0644]