Change-Id: I4ea6b421a24f41ea3ca925ea98d961e1a34e7876
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
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
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'