Adds VXLAN+GPE config when using SFC feature
[integration/packaging/puppet-opendaylight.git] / spec / acceptance / class_spec.rb
index db51e110a5aa53ce8794aa13419d5a035f8a0096..384ea8a6b058b2f41f58de03299626becec86dfa 100644 (file)
@@ -210,4 +210,14 @@ describe 'opendaylight class' do
       snat_mechanism_validations(snat_mechanism: 'conntrack')
     end
   end
+
+  describe 'testing configuring SFC' do
+    context 'using SFC feature' do
+      # Call specialized helper fn to install OpenDaylight
+      install_odl(extra_features: ['odl-netvirt-sfc'])
+
+      # Call specialized helper fn for SFC config validations
+      sfc_validations
+    end
+  end
 end