From 5c2a1a6124bf6f73a3dc3211b626363d81b88e75 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Thu, 1 Mar 2018 13:05:39 +0530 Subject: [PATCH] Fix eos_vrf integration test failures (#36893) --- .../integration/targets/eos_vrf/tests/cli/basic.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/integration/targets/eos_vrf/tests/cli/basic.yaml b/test/integration/targets/eos_vrf/tests/cli/basic.yaml index efcf7210078..7064c25d034 100644 --- a/test/integration/targets/eos_vrf/tests/cli/basic.yaml +++ b/test/integration/targets/eos_vrf/tests/cli/basic.yaml @@ -202,6 +202,18 @@ - "result.changed == false" - "result.commands | length == 0" +- name: setup - remove vrf + eos_vrf: + name: "{{ item }}" + state: absent + authorize: yes + provider: "{{ cli }}" + become: yes + with_items: + - test1 + - test2 + - test3 + - name: Create aggregate of VRFs eos_vrf: aggregate: