Restore nuage_vspk integration tests.
This commit is contained in:
parent
75283983f6
commit
1c7417cba7
3 changed files with 23 additions and 21 deletions
|
@ -1,3 +1,2 @@
|
||||||
posix/ci/group1
|
posix/ci/group1
|
||||||
skip/python3
|
skip/python3
|
||||||
disabled
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- block:
|
||||||
- name: collect all test cases
|
- name: collect all test cases
|
||||||
find:
|
find:
|
||||||
paths: "{{ role_path }}/tests"
|
paths: "{{ role_path }}/tests"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
- block:
|
||||||
- name: Install Nuage VSD API Simulator
|
- name: Install Nuage VSD API Simulator
|
||||||
pip:
|
pip:
|
||||||
name: nuage-vsd-sim
|
name: nuage-vsd-sim
|
||||||
|
@ -7,3 +8,4 @@
|
||||||
shell: "(cd /; nuage-vsd-sim >/dev/null 2>&1 &)"
|
shell: "(cd /; nuage-vsd-sim >/dev/null 2>&1 &)"
|
||||||
async: 10
|
async: 10
|
||||||
poll: 0
|
poll: 0
|
||||||
|
when: "ansible_python_version is version('2.7', '>=')"
|
||||||
|
|
Loading…
Reference in a new issue