Skip to content

Commit

Permalink
nuage_vspk: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed May 18, 2021
1 parent 348fb1a commit 32aa92f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/targets/prepare_nuage_tests/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
####################################################################

- block:
- name: Upgrade setuptools
pip:
name: setuptools
state: latest

- name: Install Nuage VSD API Simulator
pip:
name: nuage-vsd-sim
Expand Down

0 comments on commit 32aa92f

Please sign in to comment.