Comment 11 for bug 1594788

Revision history for this message
Alexander Zatserklyany (zatserklyany) wrote :

About "It's not just "off". it's "generic-receive-offload: off""
It's not true, because https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/helpers/checkers.py#L1160 returns just "off":
[root@nailgun ~]# ssh node-1 ethtool --show-offload enp0s3 | awk '/generic-receive-offload/ {{print $2}}'
off

and in log:
assert_equal(result, "off", "Offload type {0} is {1} on {2}".format(name, result, node['name']))

{1} is result ("off")