Add port tests to supported OS rspec-puppet tests 90/55590/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 2 Feb 2016 17:51:13 +0000 (12:51 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
Run specialized NB port tests with default values to main set of
tests run against all supported OSs.

The specialized NB tests are run with varied params against a fixed
OS (CentOS 7) elsewhere.

Change-Id: I0a70b69769274b52e40be5aa3371022805b8946f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
spec/classes/opendaylight_spec.rb

index a87aecbd4dccff841c7dcc082cfbeb216332fc32..f6f76fc5b5836d1246df1164bd91fbff2e720404 100644 (file)
@@ -32,6 +32,11 @@ describe 'opendaylight' do
             # Note that this function is defined in spec_helper
             karaf_feature_tests
 
+            # Run tests that specialize in checking ODL's REST port config
+            # NB: Only testing defaults here, specialized log level tests elsewhere
+            # Note that this function is defined in spec_helper
+            odl_rest_port_tests
+
             # Run tests that specialize in checking custom log level config
             # NB: Only testing defaults here, specialized log level tests elsewhere
             # Note that this function is defined in spec_helper
@@ -86,6 +91,11 @@ describe 'opendaylight' do
             # Note that this function is defined in spec_helper
             karaf_feature_tests
 
+            # Run tests that specialize in checking ODL's REST port config
+            # NB: Only testing defaults here, specialized log level tests elsewhere
+            # Note that this function is defined in spec_helper
+            odl_rest_port_tests
+
             # Run test that specialize in checking custom log level config
             # NB: Only testing defaults here, specialized log level tests elsewhere
             # Note that this function is defined in spec_helper
@@ -156,6 +166,11 @@ describe 'opendaylight' do
             # Note that this function is defined in spec_helper
             karaf_feature_tests
 
+            # Run tests that specialize in checking ODL's REST port config
+            # NB: Only testing defaults here, specialized log level tests elsewhere
+            # Note that this function is defined in spec_helper
+            odl_rest_port_tests
+
             # Run test that specialize in checking custom log level config
             # NB: Only testing defaults here, specialized log level tests elsewhere
             # Note that this function is defined in spec_helper