File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed
container-images/tcib/base/tobiko Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ tcib_actions:
1515 | tar -zxvf - -C /usr/local/bin/
1616 - run : ' git clone https://opendev.org/x/tobiko /usr/local/src/tobiko'
1717- run : ' pip install -e /usr/local/src/tobiko -c /usr/local/src/tobiko/upper-constraints.txt -r /usr/local/src/tobiko/extra-requirements.txt'
18- - run : >-
19- curl
20- https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
21- -o /usr/local/share/ubuntu-minimal
2218- run : python3 -m pip install --upgrade pip
2319- run : python3 -m pip install 'tox==4.13'
2420- run : cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /usr/local/bin/run_tobiko.sh
Original file line number Diff line number Diff line change 2020 - OWNERS*
2121 vars : &edpm_vars
2222 cifmw_run_test_role : test_operator
23- cifmw_run_tempest : true
23+ cifmw_test_operator_stages :
24+ - name : tempest
25+ type : tempest
26+ - name : tobiko
27+ type : tobiko
2428 cifmw_test_operator_tempest_registry : " {{ content_provider_os_registry_url | split('/') | first }}"
2529 cifmw_test_operator_tempest_namespace : " {{ content_provider_os_registry_url | split('/') | last }}"
2630 cifmw_test_operator_tempest_image_tag : " {{ content_provider_dlrn_md5_hash }}"
2731 cifmw_test_operator_tempest_include_list : |
2832 tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
29- cifmw_run_tobiko : true
3033 cifmw_test_operator_tobiko_registry : " {{ cifmw_test_operator_tempest_registry }}"
3134 cifmw_test_operator_tobiko_namespace : " {{ cifmw_test_operator_tempest_namespace }}"
3235 cifmw_test_operator_tobiko_image_tag : " {{ content_provider_dlrn_md5_hash }}"
33- cifmw_test_operator_tobiko_testenv : " sanity"
36+ cifmw_test_operator_tobiko_workflow :
37+ - stepName : sanity
38+ testenv : sanity
39+ - stepName : scenario-nova
40+ testenv : nova
41+ # enabling heat is needed for some tobiko tests
42+ cifmw_edpm_prepare_kustomizations :
43+ - apiVersion : kustomize.config.k8s.io/v1beta1
44+ kind : Kustomization
45+ namespace : openstack
46+ patches :
47+ - patch : |-
48+ apiVersion: core.openstack.org/v1beta1
49+ kind: OpenStackControlPlane
50+ metadata:
51+ name: unused
52+ spec:
53+ heat:
54+ enabled: true
55+ target:
56+ kind: OpenStackControlPlane
57+
3458
3559 - job :
3660 name : tcib-crc-podified-edpm-baremetal
You can’t perform that action at this time.
0 commit comments