mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
||||
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…
Reference in a new issue