diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-07-18 19:09:24 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-24 04:39:22 +0000 |
commit | 1e2e2be1c90c83a6b9b4283f285bc89a5ece64ec (patch) | |
tree | 562b548a184406aba902f1b7bd144ef8e784dab9 /tests/vpp/perf/vm_vhost/regenerate_testcases.py | |
parent | 90db5f03887e5b520d12331f908dbdf01c52f9ee (diff) |
CSIT-1097: Migrate vm_vhost to NDRPDR and edit MRR
Change-Id: Id5eb8fe46b219426803d3e7d135319ce5117738c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/perf/vm_vhost/regenerate_testcases.py')
-rwxr-xr-x | tests/vpp/perf/vm_vhost/regenerate_testcases.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/vpp/perf/vm_vhost/regenerate_testcases.py b/tests/vpp/perf/vm_vhost/regenerate_testcases.py new file mode 100755 index 0000000000..5fabf8b89d --- /dev/null +++ b/tests/vpp/perf/vm_vhost/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") |