integrate inband os-odl-nofeature scenario 55/46555/4
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Thu, 2 Nov 2017 09:51:48 +0000 (10:51 +0100)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Thu, 30 Nov 2017 17:17:33 +0000 (17:17 +0000)
Change-Id: I4ea6b421a24f41ea3ca925ea98d961e1a34e7876
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
xci/opnfv-scenario-requirements.yml
xci/playbooks/bootstrap-scenarios.yml

index cde6467..664b020 100644 (file)
@@ -21,4 +21,9 @@
   src: https://git.opnfv.org/releng-xci
   version: master
   role: xci/scenarios/os-nosdn-ovs/role/os-nosdn-ovs
+- scenario: os-odl-nofeature
+  scm: git
+  src: https://git.opnfv.org/releng-xci
+  version: master
+  role: xci/scenarios/os-odl-nofeature/role/os-odl-nofeature
 
index da5baf0..d7b43dd 100644 (file)
@@ -13,3 +13,7 @@
   include_role:
     name: "os-nosdn-ovs"
   when: OPNFV_SCENARIO == 'os-nosdn-ovs'
+- name: Prepare everything to run the os-odl-nofeature scenario
+  include_role:
+    name: "os-odl-nofeature"
+  when: OPNFV_SCENARIO == 'os-odl-nofeature'