Comment 12 for bug 1594788

Revision history for this message
Ksenia Svechnikova (kdemina) wrote :

Check the CI response:
AssertionError: Offload type generic-receive-offload is "generic-receive-offload: off" on slave-02_compute <=>

                result = check_offload(node['ip'], iface2, name)
                assert_equal(result, "on",
                             "Offload type {0} is {1} on {2}".format(
                                     name, result, node['name']))

where result from test is "generic-receive-offload: off"

As you can see the test also want to get off from this offloading type, but after all is ok we write AssertionError: Offload type generic-receive-offload is "generic-receive-offload: off" on slave-02_compute