diff --git a/test/integration/group_vars/asa.yaml b/test/integration/group_vars/asa.yaml deleted file mode 100644 index b6316e57ac2..00000000000 --- a/test/integration/group_vars/asa.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -cli: - host: "{{ inventory_hostname }}" - username: "{{ asa_cli_user | default('cisco') }}" - password: "{{ asa_cli_pass | default('cisco') }}" - transport: cli - authorize: yes - auth_pass: "{{ asa_auth_pass | default('cisco') }}" diff --git a/test/integration/group_vars/dellos10.yaml b/test/integration/group_vars/dellos10.yaml deleted file mode 100644 index 48a3d59a075..00000000000 --- a/test/integration/group_vars/dellos10.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -cli: - host: "{{ ansible_host }}" - username: "{{ dellos10_cli_user | default('admin') }}" - password: "{{ dellos10_cli_pass | default('admin') }}" - transport: cli diff --git a/test/integration/group_vars/dellos6.yaml b/test/integration/group_vars/dellos6.yaml deleted file mode 100644 index 668f287c072..00000000000 --- a/test/integration/group_vars/dellos6.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -cli: - host: "{{ ansible_host }}" - username: "{{ dellos_cli_user | default('admin') }}" - password: "{{ dellos_cli_pass | default('admin') }}" - authorize: true - auth_pass: "{{ dellos_cli_auth_pass | default('calvin') }}" - transport: cli diff --git a/test/integration/group_vars/dellos9.yaml b/test/integration/group_vars/dellos9.yaml deleted file mode 100644 index 3b3bb6bd39c..00000000000 --- a/test/integration/group_vars/dellos9.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -cli: - host: "{{ ansible_host }}" - username: "{{ dellos9_cli_user | default('admin') }}" - password: "{{ dellos9_cli_pass | default('admin') }}" - authorize: true - auth_pass: "{{ dellos9_cli_en_pass | default('calvin') }}" - transport: cli diff --git a/test/integration/group_vars/eos.yaml b/test/integration/group_vars/eos.yaml deleted file mode 100644 index a3017071655..00000000000 --- a/test/integration/group_vars/eos.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -cli: - host: "{{ ansible_host }}" - transport: cli - authorize: yes - -eapi: - host: "{{ ansible_host }}" - transport: eapi - timeout: 60 - use_ssl: no - port: 80 - authorize: yes diff --git a/test/integration/group_vars/ios.yaml b/test/integration/group_vars/ios.yaml deleted file mode 100644 index 21b55f56213..00000000000 --- a/test/integration/group_vars/ios.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -cli: - host: "{{ inventory_hostname }}" - username: "{{ ios_cli_user | default('cisco') }}" - password: "{{ ios_cli_pass | default('cisco') }}" - transport: cli diff --git a/test/integration/group_vars/iosxr.yaml b/test/integration/group_vars/iosxr.yaml deleted file mode 100644 index 878b47b3662..00000000000 --- a/test/integration/group_vars/iosxr.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -cli: - host: "{{ inventory_hostname }}" - username: "{{ iosxr_cli_user | default('root') }}" - password: "{{ iosxr_cli_pass | default('root') }}" - transport: cli diff --git a/test/integration/group_vars/junos.yaml b/test/integration/group_vars/junos.yaml deleted file mode 100644 index 4672197b7db..00000000000 --- a/test/integration/group_vars/junos.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -netconf: - host: "{{ ansible_ssh_host }}" - #username: "{{ junos_cli_user | default('ansible') }}" - #password: "{{ junos_cli_pass | default('Ansible') }}" - transport: netconf - -cli: - host: "{{ ansible_ssh_host }}" - #username: "{{ junos_cli_user | default('ansible') }}" - #password: "{{ junos_cli_pass | default('Ansible') }}" - transport: cli diff --git a/test/integration/group_vars/nxos.yaml b/test/integration/group_vars/nxos.yaml deleted file mode 100644 index fb61562054d..00000000000 --- a/test/integration/group_vars/nxos.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -cli: - host: "{{ ansible_ssh_host }}" - #username: "{{ nxos_cli_user | default('admin') }}" - #password: "{{ nxos_cli_pass | default('admin') }}" - transport: cli - -nxapi: - host: "{{ ansible_ssh_host }}" - #username: "{{ nxos_nxapi_user | default('admin') }}" - #password: "{{ nxos_nxapi_pass | default('admin') }}" - transport: nxapi - use_ssl: no - port: 8080 diff --git a/test/integration/group_vars/ops.yaml b/test/integration/group_vars/ops.yaml deleted file mode 100644 index d9580e8197c..00000000000 --- a/test/integration/group_vars/ops.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -cli: - host: "{{ inventory_hostname }}" - username: "{{ ops_cli_user | default('netop') }}" - password: "{{ ops_cli_pass | default('netop') }}" - transport: cli