[
https://issues.jboss.org/browse/SWSQE-926?page=com.atlassian.jira.plugin....
]
Filip Brychta commented on SWSQE-926:
-------------------------------------
It's failing because of following:
if service_details != None and
len(service_details.get('destinationRules').get('items')) == 0:
break
Which is expecting 0 destination rules. Test creates and deletes one rule but does not
expects other rules from previous tests.
Fix test_service_detail_with_destination_rule e2e test
------------------------------------------------------
Key: SWSQE-926
URL:
https://issues.jboss.org/browse/SWSQE-926
Project: Kiali QE
Issue Type: Bug
Reporter: Filip Brychta
Assignee: Filip Brychta
Priority: Major
Labels: automation
The test is failing with Exception: Timed out waiting for destination rule deletion
--
This message was sent by Atlassian Jira
(v7.12.1#712002)