Skip to content

Commit d758adb

Browse files
committed
[ci] Add endpoint tests to the logging job
The test checks for the various openstack endpoints that we expect to exist Co-authored-by: "Alex Yefimov <[email protected]>"
1 parent 38ee907 commit d758adb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ci/logging_tests_controller.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@
2323
- openshift
2424
- openstack-operators
2525
- openshift-logging
26+
common_endpoint_test_id: "RHOSO-12682"
27+
common_endpoint_list:
28+
- [nova,compute,public]
29+
- [nova,compute,internal]
30+
- [placement,placement,public]
31+
- [placement,placement,internal]
32+
- [swift,object-store,public]
33+
- [swift,object-store,internal]
34+
- [cinderv3,volumev3,public]
35+
- [cinderv3,volumev3,internal]
36+
- [barbican,key-manager,public]
37+
- [barbican,key-manager,internal]
38+
- [keystone,identity,public]
39+
- [keystone,identity,internal]
40+
- [glance,image,public]
41+
- [glance,image,internal]
42+
- [neutron,network,public]
43+
- [neutron,network,internal]
44+
2645
common_service_test_id: "RHOSO-12675"
2746
common_service_nspace: openshift-logging
2847
common_service_list:

0 commit comments

Comments
 (0)