aboutsummaryrefslogtreecommitdiffstats
path: root/run_unit_tests.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-04-08 11:30:58 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-04-08 11:37:10 +0200
commitdceaf8bda80dcd21d422f2d65864ebcf494f45a1 (patch)
tree525ae0fb2766b933323a922bc02f9ea0cb8b2376 /run_unit_tests.sh
parentf85b54b8fc8843897f9c1a7b4711b489ab29f297 (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 'run_unit_tests.sh')
-rwxr-xr-xrun_unit_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh
index 917c8eee8..5a66dd7fa 100755
--- a/run_unit_tests.sh
+++ b/run_unit_tests.sh
@@ -43,6 +43,7 @@ nosetests --with-xunit \
--cover-package=functest.core \
--cover-package=functest.opnfv_tests.sdn.odl.odl \
--cover-package=functest.opnfv_tests.vnf.ims \
+ --cover-package=functest.opnfv_tests.vnf.rnc \
--cover-package=functest.utils \
--cover-package=functest.opnfv_tests.features \
--cover-package=functest.opnfv_tests.openstack \