From fb815013c60c89d54b79772bcb792a2cec4cb82e Mon Sep 17 00:00:00 2001 From: helenyao Date: Sun, 26 Feb 2017 21:27:05 -0500 Subject: Adopt TestcaseBase for ONOS and ONOS SFC 1. Adopted TestcaseBase for ONOS and ONOS SFC 2. Removed the ONOS testcase from exec_test.sh This patch is not meant to refactor the code which can be improved in a later patch. Change-Id: Ib8ac47742f598648c7575c9a8968477307629d42 Signed-off-by: helenyao --- functest/ci/exec_test.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'functest/ci/exec_test.sh') diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index aa0cfaf7..6f776101 100755 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -94,12 +94,6 @@ function run_test(){ --osusername ${OS_USERNAME} \ ${args} ;; - "onos") - python ${FUNCTEST_TEST_DIR}/sdn/onos/teston/onos.py - ;; - "onos_sfc") - python ${FUNCTEST_TEST_DIR}/sdn/onos/teston/onos.py -t sfc - ;; "ovno") # suite under rewritting for colorado # no need to run anything until refactoring done -- cgit 1.2.3-korg