commit | 16b6906d5341cdc0c6d340a2ce6640ffd6d24f2f | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Sat Feb 12 19:01:51 2022 +0100 |
committer | Gregory Thiemonge <gthiemon@redhat.com> | Mon Feb 14 08:09:16 2022 +0100 |
tree | 108e5329ff4214bcc4049612509187db14a37745 | |
parent | a3a95b132eac0b37fe85835d89b195ac08436501 [diff] |
Spliting member API tests in 2 classes Split MemberAPITest class into MemberAPITest1 and MemberAPITest2 classes. MemberAPITest contained 240 test funtions and it took 1h45 in the octavia-v2-dsvm-noop-api job to run those functions sequentially. By spliting this class, the load now spread on 2 workers and it reduces the duration of the noop-api jobs, avoiding frequent timeout issues. Change-Id: I2d2cf910bd5801bfeb92c1ede51bd120ced3b4f9