commit | ee22ee55c23cb486608670f1e584d0a6d3639d6f | [log] [tgz] |
---|---|---|
author | Ilya Bumarskov <bumarskov@gmail.com> | Wed Oct 07 11:35:45 2020 +0400 |
committer | Ilya Bumarskov <bumarskov@gmail.com> | Wed Oct 07 11:35:45 2020 +0400 |
tree | 95c465fe8b02f88e2735dc8ff30e10ba188938ea | |
parent | 46c0379e17262710d116b217daf4226ca4e42c50 [diff] |
Restore missed pool parameter (ListenerScenarioTest) Related-PROD: PRODX-2695 Change-Id: I17035fde7ee206261fb05aa40d86443e1ebc2189
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_listener.py b/octavia_tempest_plugin/tests/scenario/v2/test_listener.py index 1dea088..693daa6 100644 --- a/octavia_tempest_plugin/tests/scenario/v2/test_listener.py +++ b/octavia_tempest_plugin/tests/scenario/v2/test_listener.py
@@ -92,6 +92,7 @@ const.NAME: pool2_name, const.PROTOCOL: cls.protocol, const.LB_ALGORITHM: cls.lb_algorithm, + const.LOADBALANCER_ID: cls.lb_id, } pool2 = cls.mem_pool_client.create_pool(**pool2_kwargs) cls.pool2_id = pool2[const.ID]