From b975fd407d43dc07b43d3beeaef0b450407e3f4b Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 5 Dec 2019 10:39:35 -0500 Subject: [PATCH] Remove timeout from nxos tests (#65470) This fixes the following: Unsupported parameters for (nxos_rollback) module: timeout unsupported Signed-off-by: Paul Belanger --- test/integration/targets/nxos_config/tests/common/save.yaml | 2 -- test/integration/targets/nxos_linkagg/tests/common/sanity.yaml | 1 - test/integration/targets/nxos_rollback/tests/common/sanity.yaml | 2 -- 3 files changed, 5 deletions(-) diff --git a/test/integration/targets/nxos_config/tests/common/save.yaml b/test/integration/targets/nxos_config/tests/common/save.yaml index 4a2084948d6..930551bd084 100644 --- a/test/integration/targets/nxos_config/tests/common/save.yaml +++ b/test/integration/targets/nxos_config/tests/common/save.yaml @@ -17,7 +17,6 @@ - name: save config nxos_config: save_when: always - timeout: 300 provider: "{{ connection }}" register: result @@ -28,7 +27,6 @@ - name: save should always run nxos_config: save_when: always - timeout: 300 provider: "{{ connection }}" register: result diff --git a/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml b/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml index 2d659b8f3ad..e650cfc859a 100644 --- a/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_linkagg/tests/common/sanity.yaml @@ -200,6 +200,5 @@ feature: lacp provider: "{{ connection }}" state: disabled - timeout: 60 - debug: msg="END connection={{ ansible_connection }} nxos_linkagg sanity test" diff --git a/test/integration/targets/nxos_rollback/tests/common/sanity.yaml b/test/integration/targets/nxos_rollback/tests/common/sanity.yaml index a91418243ea..c60bda02c94 100644 --- a/test/integration/targets/nxos_rollback/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_rollback/tests/common/sanity.yaml @@ -16,13 +16,11 @@ nxos_rollback: checkpoint_file: backup.cfg provider: "{{ connection }}" - timeout: 300 - name: rollback to the previously created checkpoint file nxos_rollback: rollback_to: backup.cfg provider: "{{ connection }}" - timeout: 300 - name: cleanup checkpoint file nxos_config: *delete