summaryrefslogtreecommitdiff
path: root/openstack_dashboard/test/integration_tests/config.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-03 21:28:30 +0000
committerGerrit Code Review <review@openstack.org>2023-03-03 21:28:30 +0000
commit7421a21e18311c85cceea15381efe333ce8e9077 (patch)
treed1aa97b20d8ddcf662336a49abce95958c33edc4 /openstack_dashboard/test/integration_tests/config.py
parente472a8faae60d76f9a80f73524b92574471d9f23 (diff)
parentf20cc8faa5a8a252ec09c48f5a76130ca50a567b (diff)
downloadhorizon-7421a21e18311c85cceea15381efe333ce8e9077.tar.gz
Merge "Integration test navigation machinery for Angular pages" into stable/yoga
Diffstat (limited to 'openstack_dashboard/test/integration_tests/config.py')
-rw-r--r--openstack_dashboard/test/integration_tests/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack_dashboard/test/integration_tests/config.py b/openstack_dashboard/test/integration_tests/config.py
index fa90b1152..475bf098b 100644
--- a/openstack_dashboard/test/integration_tests/config.py
+++ b/openstack_dashboard/test/integration_tests/config.py
@@ -75,11 +75,11 @@ ImageGroup = [
default='angular',
help='type/version of images panel'),
cfg.StrOpt('http_image',
- default='http://download.cirros-cloud.net/0.3.1/'
- 'cirros-0.3.1-x86_64-uec.tar.gz',
+ default='http://download.cirros-cloud.net/0.5.2/'
+ 'cirros-0.5.2-x86_64-uec.tar.gz',
help='http accessible image'),
cfg.ListOpt('images_list',
- default=['cirros-0.3.5-x86_64-disk'],
+ default=['cirros-0.5.2-x86_64-disk'],
help='default list of images')
]