diff --git a/test/integration/targets/nxos_user/tests/common/auth.yaml b/test/integration/targets/nxos_user/tests/common/auth.yaml index f4670958fc..6fb9ec5f35 100644 --- a/test/integration/targets/nxos_user/tests/common/auth.yaml +++ b/test/integration/targets/nxos_user/tests/common/auth.yaml @@ -6,13 +6,13 @@ role: network-operator provider: "{{ connection }}" state: present - configured_password: pass123 + configured_password: pasS!123 - name: test login expect: command: "ssh auth_user@{{ ansible_ssh_host }} -p {{ ansible_ssh_port|default(22) }} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAuthentication=no show version" responses: - (?i)password: "pass123" + (?i)password: "pasS!123" - name: test login with invalid password (should fail) expect: