fix nxos_user integration test (#27619)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-08-02 10:28:12 +05:30 committed by GitHub
commit 9304d6cb01
3 changed files with 44 additions and 14 deletions

View file

@ -14,6 +14,7 @@
- feature nxapi
- nxapi http port 80
provider: "{{ cli }}"
timeout: 100
- name: run test case
include: "{{ test_case_to_run }}"
@ -26,3 +27,4 @@
lines:
- no feature nxapi
provider: "{{ cli }}"
timeout: 100