From 48d27c982ddbfc3aab5b633fd566d4bb4c5478f3 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 25 Feb 2021 14:01:01 -0800 Subject: [PATCH] test-runner: reset namespaces on test completion --- tools/test-runner | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test-runner b/tools/test-runner index fccb6233..80bdae30 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -913,6 +913,9 @@ class TestContext(Namespace): return None def stop_test_processes(self): + for n in self.namespaces: + n.reset() + self.namespaces = [] self.hostapd = None self.wpas_interfaces = None