Use random name in qos test_list_policy_filter_by_name
test_list_policy_filter_by_name was looking for policies
with name 'test' and expected only one such policy to
be retrieved, but since tempest is running with multiple
concurrency and some other qos tests were also using same
policy name, this leads to test failure when this test
runs at same time with other such tests. This patch fixes
it by using random name for the policy for this test.
Closes-Bug: #1959184
Change-Id: Ibcbb2403b5b5983b2573c5a4791fb30850816d60
1 file changed