]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox: Remove update scenario reference
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 23 Apr 2019 20:33:46 +0000 (16:33 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 24 Apr 2019 08:02:45 +0000 (10:02 +0200)
update scenario is now handled by tox-update.ini file so we shoudn't
have update reference in tox.ini file.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 229bf4d16eed7976b1da43e7f827dbd73b4f237a..d376203778d7e79b2c8301502d7a5b350ac00b7b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -372,7 +372,7 @@ changedir=
 
 commands=
   rhcs: ansible-playbook -vv -i "localhost," -c local {toxinidir}/tests/functional/rhcs_setup.yml --extra-vars "change_dir={changedir}" --tags "vagrant_setup"
-  !update-!switch_to_containers: ansible-playbook -vv -i "localhost," -c local {toxinidir}/tests/functional/dev_setup.yml --extra-vars "dev_setup={env:DEV_SETUP:False} change_dir={changedir} ceph_dev_branch={env:CEPH_DEV_BRANCH:master} ceph_dev_sha1={env:CEPH_DEV_SHA1:latest}" --tags "vagrant_setup"
+  !switch_to_containers: ansible-playbook -vv -i "localhost," -c local {toxinidir}/tests/functional/dev_setup.yml --extra-vars "dev_setup={env:DEV_SETUP:False} change_dir={changedir} ceph_dev_branch={env:CEPH_DEV_BRANCH:master} ceph_dev_sha1={env:CEPH_DEV_SHA1:latest}" --tags "vagrant_setup"
 
   bash {toxinidir}/tests/scripts/vagrant_up.sh --no-provision {posargs:--provider=virtualbox}
   bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}