summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2024-01-24 12:41:23 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2024-01-24 12:41:23 +0000
commit3a56e86a7379229a416f70e30ad7e8b700819dc7 (patch)
tree1d76ba9fa3a7dc74477e2ba2b9716cb394c668fb /src/CMakeLists.txt
parenta21889174f48434b04997c250369c1e31d69e196 (diff)
misc: Initial changes for stable/2402 branchv24.02-rc1
Type: docs Change-Id: I820bbb54597a8f640ed6b854d20d0b572c5f255b Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
ion> Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/kubernetes/perf/container_memif/regenerate_testcases.py
blob: 5fabf8b89d63db6b5f211b1b603d50676048f5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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")