session: support local sessions and deprecate redirects
[vpp.git] / test / test_session.py
index 80e27c0..047b8ca 100644 (file)
@@ -85,6 +85,9 @@ class TestSession(VppTestCase):
             self.logger.critical(error)
             self.assertEqual(error.find("failed"), -1)
 
+        if self.vpp_dead:
+            self.assert_equal(0)
+
         # Delete inter-table routes
         ip_t01.remove_vpp_config()
         ip_t10.remove_vpp_config()