e71fd7667c
Support ETSI NFV compliant automated testing by using the Robot Framework and ETSI NFV-TST API test codes. Implements: blueprint use-robot-api-tests Spec: https://specs.openstack.org/openstack/tacker-specs/specs/victoria/use_robot_api_tests.html Change-Id: Ic2fe5e3eb8b279f9a9d193a00e0cf9ac97fe75a2
16 lines
394 B
YAML
16 lines
394 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-db-cli-installed
|
|
- orchestrate-devstack
|
|
- modify-heat-policy
|
|
- setup-default-vim
|
|
- setup-helm
|
|
- role: setup-multi-tenant-vim
|
|
when: setup_multi_tenant is defined and setup_multi_tenant | bool
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- ensure-tox
|
|
- ensure-java
|
|
- show-net-setup
|