Merge "Skip SNMPv1/2 (V-38660) checks in gate"
This commit is contained in:
commit
7d385a1e1d
9
tox.ini
9
tox.ini
@ -167,21 +167,24 @@ commands =
|
||||
# NOTE(odyssey4me): We have to skip V-38462 as openstack-infra are now
|
||||
# building images with apt config
|
||||
# Apt::Get::AllowUnauthenticated set to true.
|
||||
# NOTE(mhayden): Skipping V-38660 since openstack-infra has SNMP v1/2 in
|
||||
# the images. This can be added back in once
|
||||
# https://review.openstack.org/#/c/354819/ merges.
|
||||
ansible-playbook --check \
|
||||
-i {toxinidir}/tests/inventory \
|
||||
-e "rolename={toxinidir}" \
|
||||
-e "install_test_packages=True" \
|
||||
--skip-tag V-38462 \
|
||||
--skip-tag V-38462,V-38660 \
|
||||
{toxinidir}/tests/test_check.yml
|
||||
ansible-playbook -i {toxinidir}/tests/inventory \
|
||||
-e "rolename={toxinidir}" \
|
||||
-e "install_test_packages=True" \
|
||||
--skip-tag V-38462 \
|
||||
--skip-tag V-38462,V-38660 \
|
||||
{toxinidir}/tests/test.yml
|
||||
bash -c 'ansible-playbook -i {toxinidir}/tests/inventory \
|
||||
-e "rolename={toxinidir}" \
|
||||
-e "install_test_packages=True" \
|
||||
--skip-tag V-38462 \
|
||||
--skip-tag V-38462,V-38660 \
|
||||
{toxinidir}/tests/test.yml \
|
||||
| tee /tmp/idempotence_test_output.txt'
|
||||
bash -c 'grep -q "changed=0.*failed=0" /tmp/idempotence_test_output.txt \
|
||||
|
Loading…
Reference in New Issue
Block a user