commit | 9e0de8295d5e274abdc6c2502f6d5252d2310baf | [log] [tgz] |
---|---|---|
author | Gleb Zimin <gzimin@mirantis.com> | Wed Mar 31 12:53:30 2021 +0400 |
committer | Gleb Zimin <gzimin@mirantis.com> | Wed Mar 31 12:54:07 2021 +0400 |
tree | 791e516424cfe0023b66e163b8317e8f0bdddee4 | |
parent | 1435b7448d38b10ad1264c3a53acf560998cc35d [diff] |
Fix typo in skipException message Related-Prod: PRODX-13051 Change-Id: I24710fc720557b2a437151de5e3f4ab345b52c52
diff --git a/octavia_tempest_plugin/tests/api/v2/test_pool.py b/octavia_tempest_plugin/tests/api/v2/test_pool.py index fd08906..c90e569 100644 --- a/octavia_tempest_plugin/tests/api/v2/test_pool.py +++ b/octavia_tempest_plugin/tests/api/v2/test_pool.py
@@ -346,7 +346,7 @@ algorithm=algorithm) if not listener_protocol: raise testtools.TestCase.skipException( - "TungstenFabric can't create listener with loadbalancer " + "TungstenFabric can't create pool with loadbalancer " "argument." )
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_pool.py b/octavia_tempest_plugin/tests/scenario/v2/test_pool.py index fe7adec..cd9c39f 100644 --- a/octavia_tempest_plugin/tests/scenario/v2/test_pool.py +++ b/octavia_tempest_plugin/tests/scenario/v2/test_pool.py
@@ -344,7 +344,7 @@ algorithm=algorithm) if not listener_protocol: raise testtools.TestCase.skipException( - "TungstenFabric can't create listener with loadbalancer " + "TungstenFabric can't create pool with loadbalancer " "argument." )