From 40e1c9e9c2ba0d2746708ba7733d44b3e3244867 Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Wed, 14 Feb 2024 15:12:12 +0100 Subject: [PATCH] Test: Fixed lifecycle test, the network must be reconfigured when nodes go up/down. --- tests/module/IPvXTrafGen_lifecycle.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/module/IPvXTrafGen_lifecycle.test b/tests/module/IPvXTrafGen_lifecycle.test index 5f17aefc3ce..93e6ce891d3 100644 --- a/tests/module/IPvXTrafGen_lifecycle.test +++ b/tests/module/IPvXTrafGen_lifecycle.test @@ -22,6 +22,7 @@ snapshot-file = "${resultdir}/${configname}-${runnumber}.sna" *.sender[0].*.initialStatus = "down" *.recip.*.initialStatus = "down" **.scenarioManager.script = xmldoc("scenario.xml") +*.configurator.updateRoutes = true # app config **.sender[*].trafGenType = "IpvxTrafGen"