test: add --full flag for lightweight default mode #18

Merged
TapTap merged 5 commits from ci-test-light into main 2026-07-18 16:33:02 +02:00
Showing only changes of commit e408b08443 - Show all commits
-2
View File
@@ -283,8 +283,6 @@ def run_profile(profile_name, source_dir, dest_dir, *, full=False, test_cases=No
try:
if is_limited and full:
netem_apply(profile_name)
else:
netem_reset()
results = []
for case in test_cases: