Restore nuage_vspk integration tests.

(cherry picked from commit 1c7417cba7)
pull/39827/head
Matt Clay 7 years ago
parent 4d245c9a87
commit 515ab5fd99

@ -1,3 +1,2 @@
posix/ci/group1
skip/python3
disabled

@ -1,5 +1,6 @@
---
- block:
- name: collect all test cases
find:
paths: "{{ role_path }}/tests"

@ -1,4 +1,5 @@
---
- block:
- name: Install Nuage VSD API Simulator
pip:
name: nuage-vsd-sim
@ -7,3 +8,4 @@
shell: "(cd /; nuage-vsd-sim >/dev/null 2>&1 &)"
async: 10
poll: 0
when: "ansible_python_version is version('2.7', '>=')"

Loading…
Cancel
Save