Restore nuage_vspk integration tests.

pull/39814/head
Matt Clay 6 years ago
parent 75283983f6
commit 1c7417cba7

@ -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