mirror of https://github.com/ceph/ceph-ansible.git
tests: remove galaxy requirements step
This is not needed in this branch. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/7347/head
parent
0b82f0bd29
commit
f6058d2599
|
@ -38,7 +38,6 @@ setenv=
|
|||
deps= -r{toxinidir}/tests/requirements.txt
|
||||
changedir={toxinidir}/tests/functional/rbdmirror{env:CONTAINER_DIR:}
|
||||
commands=
|
||||
ansible-galaxy install -r {toxinidir}/requirements.yml -v
|
||||
bash {toxinidir}/tests/scripts/vagrant_up.sh --no-provision {posargs:--provider=virtualbox}
|
||||
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
|
||||
|
||||
|
|
Loading…
Reference in New Issue