tripleo-validations/tests
Sergii Golovatiuk d0a4e0706c
Replace user with openssh_keypair
On Fedora 33 user: doesn't create id_rsa.pub, so next task fails as

TASK [Slurp pub key]
fatal: [test]: FAILED! => {
    "changed": false
}

MSG:

file not found: /home/sgolovat/.ssh/id_rsa.pub

This patch replaces user: with openssh_keypair: to have more control
over ssh key pair creation

Change-Id: I6b303c13957f905aae0a04ea99cf53ceb9684de2
2021-03-10 09:55:42 +01:00
..
conftest.py Convert tox to native zuul 2019-08-09 09:24:17 +02:00
hosts.ini Convert tox to native zuul 2019-08-09 09:24:17 +02:00
prepare-test-host.yml Replace user with openssh_keypair 2021-03-10 09:55:42 +01:00
test_molecule.py Remove the useless pytest import. 2020-05-15 11:49:46 +02:00
test_tripleo_validator.py Move tripleo validations CLI from tripleoclient to tripleo-validations repo 2021-01-11 12:05:01 +01:00