diff --git a/test/test_api_state_thingState.py b/test/test_api_state_thingState.py index fdf5edc..512a70f 100644 --- a/test/test_api_state_thingState.py +++ b/test/test_api_state_thingState.py @@ -118,6 +118,11 @@ def testCleanup(self): if li.name in (TestThing.testLogicalInterfaceName, TestThing.testThingLISchema): print("Deleting old test LI: %s" % (li)) del self.appClient.state.draft.logicalInterfaces[li.id] + else: + print("NOT DELETING LI: %s" % (li)) + + for li in self.appClient.state.active.logicalInterfaces: + print("FOUND ACTIVE LI: %s" % (li)) # delete any left over physical interfaces, event type and schema for pi in self.appClient.state.draft.physicalInterfaces: