From edb02ce519a4c8a0fa54268d5896b08f488bf1f4 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Thu, 17 May 2018 16:49:45 -0700 Subject: [PATCH] STC scenario for device removal Change-Id: I75500d12406b4c23d58d3e02222443cc93bc377d --- tools/test/scenarios/net-device-remove.xml | 81 ++++++++++++++++++++++ tools/test/scenarios/net-reactive-fwd.xml | 5 +- tools/test/topos/default.recipe | 4 ++ 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 tools/test/scenarios/net-device-remove.xml diff --git a/tools/test/scenarios/net-device-remove.xml b/tools/test/scenarios/net-device-remove.xml new file mode 100644 index 0000000000..888530b63b --- /dev/null +++ b/tools/test/scenarios/net-device-remove.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/test/scenarios/net-reactive-fwd.xml b/tools/test/scenarios/net-reactive-fwd.xml index 0558697968..86136b1ca6 100644 --- a/tools/test/scenarios/net-reactive-fwd.xml +++ b/tools/test/scenarios/net-reactive-fwd.xml @@ -26,7 +26,10 @@ + + + - + diff --git a/tools/test/topos/default.recipe b/tools/test/topos/default.recipe index c6b4e55b0d..5f0a4368e3 100644 --- a/tools/test/topos/default.recipe +++ b/tools/test/topos/default.recipe @@ -23,4 +23,8 @@ export OPSP2="2" export OPDS2="of:0000000000000004" export OPDP2="2" +# Variables for device removal scenario +export OPSD1="s4" +export OPSD2="s7" +