Comment 0 for bug 1856354

Revision history for this message
Corey Bryant (corey.bryant) wrote :

The following tests are failing for python3:

==============================
Failed 2 tests - output below:
==============================

pypowervm.tests.tasks.test_vterm.TestVterm.test_open_vnc_vterm_nonascii
-----------------------------------------------------------------------

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/mock/mock.py", line 1330, in patched
        return func(*args, **keywargs)
      File "/home/corey/pkg/ussuri/upstream/pypowervm/pypowervm/tests/tasks/test_vterm.py", line 94, in test_open_vnc_vterm_nonascii
        vterm.open_localhost_vnc_vterm, self.adpt, '1', True)
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 485, in assertRaises
        self.assertThat(our_callable, matcher)
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat
        raise mismatch_error
    testtools.matchers._impl.MismatchError: <function open_localhost_vnc_vterm at 0x7fb337211cb0> returned None

pypowervm.tests.tasks.test_vterm.TestVterm.test_open_vnc_vterm_nonvnc_noforce
-----------------------------------------------------------------------------

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/mock/mock.py", line 1330, in patched
        return func(*args, **keywargs)
      File "/home/corey/pkg/ussuri/upstream/pypowervm/pypowervm/tests/tasks/test_vterm.py", line 136, in test_open_vnc_vterm_nonvnc_noforce
        'lpar_uuid')
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 485, in assertRaises
        self.assertThat(our_callable, matcher)
      File "/home/corey/pkg/ussuri/upstream/pypowervm/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat
        raise mismatch_error
    testtools.matchers._impl.MismatchError: <function open_localhost_vnc_vterm at 0x7fb337211cb0> returned None