aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/features/sfc/ovs_utils.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Switch SFC call to sfc repositoryjose.lausuch1-137/+0
The SFC testcase code has been moved from Functest to SFC repo. 1) Add SFC repo in the Docker image 2) Change call in exec_tests 3) Remove code from Functest Change-Id: Ie6705d047b04646942d89215e992f46f8c4e58db Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-10Feature to know the time it takes to update OVSManuel Buil1-0/+20
ODL takes too much time to update the classification rules and we would like to measure it to use it as a proof point that it is not acceptable. This feature allows to measure it. Change-Id: I00ade7e4aee7c9c81843077104727b98ad9bfea3 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
2016-11-09Repo structure modificationMorgan Richomme1-0/+117
- create functest subdirectory - rename unit tests - adapt path in exec and config files JIRA: FUNCTEST-525 Change-Id: Ifd5c6edfb5bda1b09f82848e2269ad5fbeb84d0a Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>