Add ODL tests from ODL integration suites
authorPeter Bandzi <pbandzi@cisco.com>
Thu, 9 Apr 2015 08:39:48 +0000 (10:39 +0200)
committerPeter Bandzi <pbandzi@cisco.com>
Thu, 9 Apr 2015 08:58:07 +0000 (10:58 +0200)
commit07fd31290bbdf30d2fc35ee340f957a0133762d1
tree56100c4aedcf6921f48dad7196100e7b0514f0e0
parent57a74a4a55e1285e601bb4b65aea0095d196bd6d
Add ODL tests from ODL integration suites

Tests are from https://github.com/opendaylight/integration
Most of test suites and libs are removed.
As they requires either additioanl features in ODL
or mininet environment atached to ODL.

For neutron test suite there are 3 tests added
which delete created networks, subnets, ports.

JIRA: FUNCTEST-5

Change-Id: I96b41b5df394795bf10aec2bbb0c5de0e63b950c
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
12 files changed:
testcases/Controllers/ODL/CI/libraries/Common.py [new file with mode: 0644]
testcases/Controllers/ODL/CI/libraries/RequestsLibrary.py [new file with mode: 0644]
testcases/Controllers/ODL/CI/libraries/Utils.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/010__networks.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/020__subnets.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/030__ports.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/040__delete_ports.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/050__delete_subnets.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/060__delete_networks.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/suites/openstack/neutron/__init__.txt [new file with mode: 0644]
testcases/Controllers/ODL/CI/variables/Variables.py [new file with mode: 0644]
testcases/Controllers/ODL/ODL.md [new file with mode: 0644]