commit | 964d73f21703cbb4397c47d3e4377f2f8c788d34 | [log] [tgz] |
---|---|---|
author | Gleb Zimin <gzimin@mirantis.com> | Wed Mar 31 12:53:30 2021 +0400 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Wed Jun 08 15:53:11 2022 +0300 |
tree | 51cff0742ce4fb289ec667f698830f76055b4f66 | |
parent | 44aad5d912d95db4ecf1694a390c90d04159b34e [diff] |
Fix typo in skipException message Related-Prod: PRODX-13051 Change-Id: I24710fc720557b2a437151de5e3f4ab345b52c52 (cherry picked from commit 9e0de8295d5e274abdc6c2502f6d5252d2310baf)
diff --git a/octavia_tempest_plugin/tests/api/v2/test_pool.py b/octavia_tempest_plugin/tests/api/v2/test_pool.py index 0916f7e..d9f5f80 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 13e34f4..afaf302 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." )