neutron/neutron/tests/functional/tests/common/exclusive_resources
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
..
__init__.py Add fullstack cross-process port/ip address fixtures 2016-03-28 10:16:39 -04:00
test_ip_address.py Add logging for some functional tests 2016-05-04 06:41:17 -04:00
test_ip_network.py Add logging for some functional tests 2016-05-04 06:41:17 -04:00
test_port.py make net_helpers functions work on OpenSUSE 2017-09-20 09:59:44 -07:00
test_resource_allocator.py Use get_random_string from neutron-lib 2016-12-18 21:18:05 +02:00