-
Notifications
You must be signed in to change notification settings - Fork 908
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: drop CiTestCase and convert to pytest
Prevent disable_sysfs_net fixture from impacting TestSysDevPath and TestReadSysNet in order to avoid shared mocks of /sys/class/net. This avoid test artifact pollution for TestReadSysNet. Adapt the following tests, dropping CiTestCase to use pytest: TestDHCPDiscoveryClean, TestSysDevPath, TestReadSysNet, TestGenerateFallbackConfig, TestNetFailOver, TestConvertNetJson Fixes GH-4973
- Loading branch information
1 parent
463d36c
commit 9baf31c
Showing
3 changed files
with
195 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.