Age | Commit message (Collapse) | Author | Files | Lines |
|
- misspelled word bugfix, old-->odl
- integration directory removed
JIRA: FUNCTEST-91
Change-Id: If97cccee446ac834133b51a9880684fa2ced6c07
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
JIRA: FUNCTEST-80
Change-Id: I39a0928f7a8c74d1cbb6db47b30e2cf2f9ae4ca1
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
HTTP response 404 means not found which should indicate
that requested entity was not found.
And this is what we want after delete.
JIRA: FUNCTEST-79
Change-Id: I7dc501dfe3581e5549b002abe1018add88fe8d83
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
|
|
create_env script removed. Modules already installed in the docker image
Change-Id: Ied166532b47f0f3b6189251776c984df9cf3570d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
JIRA:FUNCTEST-77
The configuration is in onos test files
Get them out, put in config_functest.yaml
Change-Id: I3f7b868b61a7e66596f7c0cc232c5b045d77aecb
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
|
|
|
|
JIRA:FUNCTEST-47
include tests:
Northbound test
Ovsdb test
Change-Id: Icd5bc2da117cc5c2f7196a0f06fa8934fd8e022f
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
|
|
JIRA:FUNCTEST-46
Add Env function: replace onos file
Add log folder
Change-Id: Ice2679ccf00258dfb206ab252590ec586b1d2c9d
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
|
|
JIRA:FUNCTEST-61
Add client.py
modify some scripts
Change-Id: Icc562ec5211dfea664f89086d259cc7fc011e3a4
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
|
|
JIRA:FUNCTEST-60"
|
|
JIRA:FUNCTEST-60
Change-Id: Iaafb2ffee85c4fc11dde20194e9bd10789f40c65
Signed-off-by: Qinglong Lan <lanqinglong@huawei.com>
|
|
JIRA:FUNCTEST-46
Change-Id: I146ec926da6cbbd2535d0997326a13bd545f42c6
Signed-off-by: Qinglong Lan <lanqinglong@huawei.com>
|
|
JIRA:FUNCTEST-59
Change-Id: I335d728f2dd10f90344d17705412ffc9f753a931
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
|
|
Forgot to remove it in previous commit
JIRA: FUNCTEST-41
Change-Id: I411e3dc097cb550151480790fdf1aadae584099c
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
There is required to add into __init__.py of
neutron suite following two lines:
Suite Setup Start Suite
Suite Teardown Stop Suite
Otherwise there were errors like unknown variables.
Also adding some small enhancements like
creating one final report from partial reports
JIRA: FUNCTEST-41
Change-Id: Ia91e05ebf378104af5d98029b154d7394559678e
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
Change-Id: I9b701e37b2e0fa167e5d1c1e55b35eeb12c33bf6
|
|
Plus changed expected response from 404 to 204.
Current response from ODL is 404 but it is because
network,subnet,port are not deleted in ODL.
It is ODL bug and response should be 204.
JIRA: FUNCTEST-5
Change-Id: I1a6ed78355b697b455d089e51007900c5ba721a6
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
JIRA: FUNCTEST-5
Change-Id: Ib9764932b18e2684ec78040bcadbd432b5701cec
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
JIRA: FUNCTES-5
Change-Id: Ie5ea097bc3ef8570bac4d3a310262560b2c59199
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
added execute permission to scripts + other fixes
need to be tested via jenkins also
JIRA: FUNCTEST-5
Change-Id: I7c6fc23c3610b7a5e2b22ca30f8ffebdd319983c
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
Plus start_test script fixes
JIRA: FUNCTEST-5
Change-Id: I015e3d8bfa7311437ca702f97c79d9e0bf3684ea
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
additional info provided in functest.rst
JIRA: FUNCTEST-5
Change-Id: Ia32fc69cb22777af45846ba6eb2b179a73c22780
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
Script do clone integration test from git
activate python venv and start test suites with specified parameters
test suites are specified in test_list.txt
JIRA: FUNCTEST-5
Change-Id: Ic80b2e5760fd09a235bf946d0172e426d121a157
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
|
|
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>
|