[
https://issues.jboss.org/browse/SWSQE-477?page=com.atlassian.jira.plugin....
]
Guilherme Baufaker Rêgo commented on SWSQE-477:
-----------------------------------------------
It seems to be something related to b12.
On local, connecting to b16, I found different errors
F
tests/test_kiali_application_endpoint.py:18 (test_application_details_endpoint)
kiali_client = <kiali.api.KialiClient object at 0x1073ec940>
def test_application_details_endpoint(kiali_client):
bookinfo_namespace = conftest.get_bookinfo_namespace()
app_details = kiali_client.app_details(namespace=bookinfo_namespace,
app=APPLICATION_TO_VALIDATE)
assert app_details != None
assert 'namespace' in app_details and
app_details.get('namespace').get('name') == bookinfo_namespace
assert 'workloads' in app_details
workloads = app_details.get('workloads')
assert len(workloads) > 0
for workload in workloads:
assert workload.get('istioSidecar') == True
assert 'serviceNames' in workload and len
(workload.get('serviceNames')) > 0
E AssertionError: assert
('serviceNames' in {'istioSidecar': True, 'workloadName':
'productpage-v1'})
tests/test_kiali_application_endpoint.py:34: AssertionError
REST Tests failed in Istio 1.0.3
--------------------------------
Key: SWSQE-477
URL:
https://issues.jboss.org/browse/SWSQE-477
Project: Kiali QE
Issue Type: QE Task
Reporter: Hayk Hovsepyan
Assignee: Guilherme Baufaker Rêgo
Priority: Major
Started happening after B12 installed with Istio 1.0.3.
http://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8080/job/run-kiali-e2e-te...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)