Comment 0 for bug 1605739

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

In Landscape 16.06, the "unavailable" page changed its contents and the test_app_unavailable_page test started failing:
Failure in test test_app_unavailable_page (basic.test_service.ServiceTest)
Traceback (most recent call last):
  File "/usr/lib/python3.4/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/usr/lib/python3.4/unittest/case.py", line 58, in testPartExecutor [460/2092]
    yield
  File "/usr/lib/python3.4/unittest/case.py", line 577, in run
    testMethod()
  File "/home/ubuntu/charm/stable/tests/basic/test_service.py", line 95, in test_app_unavailable_page
    self.environment.check_url("/", "please phone us")
  File "/home/ubuntu/charm/stable/tests/helpers.py", line 156, in check_url
    raise AssertionError(msg.format(url, good_content, output))
AssertionError: Content Not found!
        url:https://10.0.3.151/
        good_content:['please phone us']