From d89319b96cca05977c9442f496a31c2cdf6a67dc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 7 Aug 2017 22:50:06 +0200 Subject: Integrate the netready package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also adds the related testcases in functest-features. Change-Id: I584da9d890622c1bdd2ace0b12b4be37250fda56 Depends-On: I3842e6828f60972cb1df0bc15f849cd08badd895 Signed-off-by: Cédric Ollivier --- functest/ci/config_functest.yaml | 1 - functest/ci/testcases.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'functest') diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 31ce4b90e..679140fe8 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -7,7 +7,6 @@ general: dir_repo_releng: /home/opnfv/repos/releng repo_vims_test: /home/opnfv/repos/vnfs/vims-test repo_onos: /home/opnfv/repos/onos - repo_netready: /home/opnfv/repos/netready repo_barometer: /home/opnfv/repos/barometer repo_doctor: /home/opnfv/repos/doctor repo_odl_test: /src/odl_test diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 42689d1ec..dc48df75f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -428,7 +428,7 @@ tiers: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: 'cd /home/opnfv/repos/netready/test/functest && python ./gluon-test-suite.py' + cmd: 'gluon-test-suite.py' - case_name: barometercollectd -- cgit 1.2.3-korg