File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2424 # SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
2525 # the concurrency is set too high.
2626 export TEMPEST_CONCURRENCY=1
27+ export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=" ci-multinode-platform.2022.11"
2728 # Uncomment this to perform a full tempest test
2829 # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
2930 # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
Original file line number Diff line number Diff line change 1+ tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination: "Fails without public TLS"
2+ tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination: "Fails without public TLS"
Original file line number Diff line number Diff line change 1+ tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination: "Fails without public TLS"
2+ tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination: "Fails without public TLS"
13tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details.*: "Cirros image doesn't have '/var/run/udhcpc.eth0.pid"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ collections:
99 - name : stackhpc.pulp
1010 version : 0.4.1
1111 - name : stackhpc.hashicorp
12- version : 2.4 .0
12+ version : 2.5 .0
1313 - name : stackhpc.kayobe_workflows
1414 version : 1.0.3
1515roles :
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Updates the ``stackhpc.hashicorp`` Ansible collection to 2.5.0. This brings
5+ in an idempotency fix for generating certificates.
You can’t perform that action at this time.
0 commit comments