aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-07-17 14:24:32 +0200
committerVratko Polak <vrpolak@cisco.com>2018-07-17 14:24:32 +0200
commit1524a6e34d850528f990bb66ea243cc3f7d8c863 (patch)
treeab48317700199ce10119f4deed2c6f0e70353722 /tests/vpp/perf/ip6_tunnels/regenerate_testcases.py
parentf24c7b1af2629b08757628fa28c731dd29992060 (diff)
CSIT-1186: Add MRR and NDRPDR ip6_tunnels tests
Remove the corresponding NDRPDRdisc tests. Change-Id: Ib46f53e97f703db19bcbcb82c3db0a7f5bb61dbf Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/perf/ip6_tunnels/regenerate_testcases.py')
-rwxr-xr-xtests/vpp/perf/ip6_tunnels/regenerate_testcases.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py b/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py
new file mode 100755
index 0000000000..b63f55bbd9
--- /dev/null
+++ b/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+
+# Copyright (c) 2018 Cisco and/or its affiliates.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+from resources.libraries.python.autogen.Regenerator import Regenerator
+
+Regenerator().regenerate_glob("*.robot", is_ip6=True)