From 87757ca38546613f5bee0b8a71e80781eb0c3622 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 10 Aug 2017 16:25:38 +0200 Subject: [PATCH] Remove eos group_vars creds and increase eapi timeout (#28008) We don't need provider creds as we set those at inventory group vars, increasing eapi timeout as some eapi tests are flip flopping with timeouts. --- test/integration/group_vars/eos.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/integration/group_vars/eos.yaml b/test/integration/group_vars/eos.yaml index 614a7b22f62..a3017071655 100644 --- a/test/integration/group_vars/eos.yaml +++ b/test/integration/group_vars/eos.yaml @@ -1,16 +1,13 @@ --- cli: host: "{{ ansible_host }}" - username: "{{ eos_cli_user | default('admin') }}" - password: "{{ eos_cli_pass | default('admin') }}" transport: cli authorize: yes eapi: host: "{{ ansible_host }}" - username: "{{ eos_eapi_user | default('admin') }}" - password: "{{ eos_eapi_pass | default('admin') }}" transport: eapi + timeout: 60 use_ssl: no port: 80 authorize: yes