diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-08 11:30:58 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-08 11:37:10 +0200 |
commit | dceaf8bda80dcd21d422f2d65864ebcf494f45a1 (patch) | |
tree | 525ae0fb2766b933323a922bc02f9ea0cb8b2376 /functest/ci | |
parent | f85b54b8fc8843897f9c1a7b4711b489ab29f297 (diff) |
Add unit tests for parser
It also fixes the corresponding case name in testcases.yaml.
Change-Id: I2b93323a18bb192d9ad35823dc48b236cb6841b1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 23b214bb..d608d83b 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -347,7 +347,7 @@ tiers: module: 'functest.opnfv_tests.sdn.onos.onos' class: 'OnosSfc' - - name: parser + name: parser-basics criteria: 'ret == 0' blocking: false clean_flag: true |