Restore nuage_vspk integration tests.

This commit is contained in:
Matt Clay 2018-05-07 10:41:48 -07:00
parent 75283983f6
commit 1c7417cba7
3 changed files with 23 additions and 21 deletions

View file

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

View file

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

View file

@ -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', '>=')"