aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/container_memif/regenerate_testcases.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-07-18 13:54:27 +0200
committerVratko Polak <vrpolak@cisco.com>2018-07-20 12:22:45 +0200
commit43782e3fa9cd9ed396aa1d2c3d388198a0183a11 (patch)
tree2522e93c5c7a2cece615b52884c0fed690a253de /tests/vpp/perf/container_memif/regenerate_testcases.py
parent43480e631defcb2fa40cc35e48ee40ce31b1dd68 (diff)
CSIT-1097: Migrate memif to NDRPDR and edit MRR
Change-Id: I22db20ec688f1a879e82549aa7aa68dafdc71b6c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/perf/container_memif/regenerate_testcases.py')
-rwxr-xr-xtests/vpp/perf/container_memif/regenerate_testcases.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/vpp/perf/container_memif/regenerate_testcases.py b/tests/vpp/perf/container_memif/regenerate_testcases.py
new file mode 100755
index 0000000000..5fabf8b89d
--- /dev/null
+++ b/tests/vpp/perf/container_memif/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")