Disable offloading in test by default

We disable offloading in test for ubuntu this change does the same for
suse and cent. This should help resolve the kernel crashes and traces
we're seeing in the gate.

Change-Id: I6001a3b107c5679d8758aa35dc29a6fe6054e088
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-11-28 16:25:42 -06:00
parent d5773de2a8
commit c2402a0723
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
2 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,4 @@ ONBOOT=yes
BOOTPROTO=none
NM_CONTROLLED=no
DELAY=0
ETHTOOL_OPTS="-K ${DEVICE} sg off"

View File

@ -6,3 +6,4 @@ IPADDR={{ item.ip_addr | default('10.1.0.1') }}
NETMASK={{ item.netmask | default('255.255.255.0') }}
STARTMODE='auto'
BOOTPROTO='static'
ETHTOOL_OPTIONS_sg='-K iface sg off'