commit | 8646e5ae9786c7e07e781eb93c90db725eee4113 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Sat Oct 02 19:58:34 2021 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Mon Nov 21 23:29:13 2022 +0000 |
tree | 48da561fea88710c5d9a76c9f1fef22cb738ae73 | |
parent | c6da8f6345641de46c957549eaaef6d0cc802c26 [diff] [blame] |
API and scenario tests for PROMETHEUS listeners. This patch adds API and scenario tests for PROMETHEUS listeners. This includes scenario tests that connect to the metrics endpoint. Depends-On: https://review.opendev.org/c/openstack/octavia/+/812258 Change-Id: Ia46d8c0967bc5b0f7cd11b6e3ca3a4e03c0bc138
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index 4d854f1..8ef8d94 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -131,6 +131,7 @@ HTTP = 'HTTP' HTTPS = 'HTTPS' PROXY = 'PROXY' +PROMETHEUS = 'PROMETHEUS' TCP = 'TCP' TERMINATED_HTTPS = 'TERMINATED_HTTPS' UDP = 'UDP'