def setup(): check_sysfs_bond_permission() if running_on_travis_ci(): pytest.skip( 'The sysfs access is not working inside container without ' 'proper bonding module loading' )
def setup(): check_sysfs_bond_permission()
def setup_module(): check_sysfs_bond_permission()