commit | 89bdbcd1252dbce8645c24fa6db3e2d32fa779c3 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Thu Mar 19 15:59:19 2020 -0700 |
committer | Michael Johnson <johnsomor@gmail.com> | Thu Sep 03 17:10:56 2020 -0700 |
tree | faa4a8166f316da70acf3dc661256479841b6fd0 | |
parent | c611b456803f6e556970a8b9df1d1093e38a6ff1 [diff] [blame] |
Adjust scenario tests for NotImplemented skip This is a patch to restructrue the scenario tests to use the new skip_if_not_implemented capability. Change-Id: I49a7fb6650030f2a1115c6d42442062bd33415fd
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index 16d6cdf..ee4c16a 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -124,6 +124,7 @@ # Protocols HTTP = 'HTTP' HTTPS = 'HTTPS' +PROXY = 'PROXY' TCP = 'TCP' TERMINATED_HTTPS = 'TERMINATED_HTTPS' UDP = 'UDP'