neutron/neutron/tests/functional/tests
Armando Migliaccio c7ad529983 make net_helpers functions work on OpenSUSE
/sbin may not be in the regular user's PATH or tools like sysctl/ss
may require root privileges to execute correctly on OpenSUSE, and this
makes net_helpers functions fail with OSError. There is no harm in
running ss or sysctl as root user for these functions and that allows
fullstack/functional tests to operate correctly on OpenSUSE.

The change requires a testcase to inherit from BaseSudoTestCase due
to the new run_as_root=True flag.

Change-Id: Ia4f2af1d44faacf5f7ab5471b4f18ecb27f06549
2017-09-20 09:59:44 -07:00
..
common make net_helpers functions work on OpenSUSE 2017-09-20 09:59:44 -07:00
__init__.py Add fullstack cross-process port/ip address fixtures 2016-03-28 10:16:39 -04:00