diff options
author | Romanos Skiadas <rski@intracom-telecom.com> | 2016-11-30 16:00:20 +0200 |
---|---|---|
committer | Romanos Skiadas <rski@intracom-telecom.com> | 2016-11-30 16:01:01 +0200 |
commit | e4d2271101ce12e6196f561b5d57fd012c4ad167 (patch) | |
tree | bcb5693551866484286c4afe8a8836c1cbfd0fb4 | |
parent | ecec8d640a8ac1f2c82a63326073bb6baddb9b6f (diff) |
Enable basic router assoc test (testcase 4)
Router assoc works now, enable it in the CI.
Change-Id: I095e5af048a597188169b87a71381208bb478aab
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
-rw-r--r-- | test/functest/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functest/config.yaml b/test/functest/config.yaml index dc949fb..7583721 100644 --- a/test/functest/config.yaml +++ b/test/functest/config.yaml @@ -74,7 +74,7 @@ testcases: testname_db: functest_testcase_3 testcase_4: - enabled: false + enabled: true description: VPN provides connectivity between subnets using router association success_criteria: 75 # we let fail 25% of the subtests testname_db: functest_testcase_4 |