summaryrefslogtreecommitdiffstats
path: root/tests/functest
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02Merge "Refactor capture_time_log"Manuel Buil3-39/+44
2016-12-01Refactor capture_time_logGeorge Paraskevopoulos3-39/+44
Make the logic simpler and generalize timing capabilities with a decorator. Also fetch functionality from this functest commit. https://gerrit.opnfv.org/gerrit/#/c/24559/ Change-Id: I0c6392f384021b8f8a3ce3f740c2e5f980e0078c Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-12-01remove FUNCTEST_REPO globalGeorge Paraskevopoulos1-1/+0
ft_utils.FUNCTEST_REPO does not exist and it crashes the test. Also it is not used anywhere, so it should be removed Change-Id: I71624e2c7ae9f9cb4638cc49c92069643e0b16d3 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-30Pythonize tacker script callsGeorge Paraskevopoulos2-34/+40
JIRA: SFC-52 Clean up the repo from bash scripts using the python modules we have in place. DEPENDS ON: https://gerrit.opnfv.org/gerrit/#/c/25075/ Change-Id: I785c6df58391eab215e8e8918714f85bfadef747 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-30Pythonize sfc_change_classi.bashGeorge Paraskevopoulos2-9/+22
JIRA: SFC-52 Cleanup sfc_change_classi.bash script from sfc testcase DEPENDS ON: https://gerrit.opnfv.org/gerrit/#/c/25075/ Change-Id: Id55d30925a79cd47181af9958697f67be9dacc8c Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-29odl-sfc refactor:Include sfc and utils libraryVijayendra Radhakrishna2-401/+447
- JIRA:SFC-54 - This has not yet taken care of pre-steps in exec_tests.sh - Commonly used functions moved to utils.py - Improvise Threading for capture_time_log using join and timeout - Add get_compute_nodes function and improvise on create_instance for multiple compute node use cases Change-Id: Ia05fea161b191bd548a3010d7e5ef02fcf69da20 Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-11-28Update odl-sfc test1 for ODL Boron SR1Manuel Buil1-1/+0
ODL Boron SR1 fixed a bug and we don't need to explicitely allow DHCP traffic, it is automatically allowed Change-Id: I8577f7fe0586baa9ac012d5ad52c7034a7acb789 Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
2016-11-28Modified the test name in functest DBManuel Buil1-1/+1
We want to make the test names more descriptive Change-Id: I366ddee8260d0e8f9d4521dffdfc8ff9f135f85f Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
2016-11-23Adapt new environment variable after refactorjose.lausuch1-1/+1
This patch changes the env variable repos_dir to REPOS_DIR https://gerrit.opnfv.org/gerrit/#/c/24619/ Change-Id: I9a43d0f52818ea9f37dda1bbb7a40156a1661f3b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-21Clean up sfc-odl test caseManuel Buil2-75/+0
Some scripts are not more used so we remove them Change-Id: Ia402026e74e4322893c22470cfba4a8ccf2199d5 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
2016-11-15Copy odl-sfc test from functest to the sfc repoGeorge Paraskevopoulos14-0/+1200
Migrate odl-sfc testcase from functest repo First related functest commit: 65a5f65fa06c97456f37ca2434cf9e6fc9b758aa Last related functest commit: caa06d8d7b55a1c0608a72f809785d8f418cf541 Change-Id: I206f25d6fb44564b8b163ebb9c43e038851bea71 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>