diff options
author | ryanwe <ryanwe@google.com> | 2018-02-12 12:12:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 12:12:51 -0800 |
commit | 1de8560846a00fe428b6f2ffcb099b0eaf4e6000 (patch) | |
tree | 30dd9f597ecf478ae02285023958dcb6add2a12c /tox.ini | |
parent | c50252a91a13b5dfbd9212f2464a23a93f73057a (diff) | |
download | google-compute-image-packages-1de8560846a00fe428b6f2ffcb099b0eaf4e6000.tar.gz |
Muti-Nic network setup support for SUSE 11 and 12. (#547)
Muti-Nic network setup support for SUSE 11 and 12.
Adds network setup logic to handle multiple Nics for SUSE 11 and 12.
For SUSE 11
- Run dhcpcd on additional Nics.
For SUSE 12
- For additional Nics, create the ifcfg-eth* files.
- Run wicked ifup eth1... to active the Nics.
Requires installation of `distro` package for python 3.5 and above.
Requires updated `setuptools` for all packages.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,8 @@ envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3 [testenv] deps = + py35: distro + setuptools>=20 pytest pytest-cov mock @@ -32,6 +34,7 @@ commands = deps = flake8 flake8-import-order + setuptools>=20 commands = flake8 --import-order-style=google |