aboutsummaryrefslogtreecommitdiffstats
path: root/extras/libmemif
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2021-10-12 08:52:12 -0700
committerDamjan Marion <dmarion@me.com>2021-10-13 14:30:41 +0000
commit807868da3cdb0ade4a796289dab18454edef5407 (patch)
treeee2a0166f30b696e6cabfec5c3bb3af97c8a0b38 /extras/libmemif
parent3b7003b58a8519cc49c17e9883d418c0fb5db9fa (diff)
vppinfra: fix socket init netns coverity
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I4f37c6601ace08ae886b08d2284b413d457e4eae
Diffstat (limited to 'extras/libmemif')
0 files changed, 0 insertions, 0 deletions
1904_2 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/lb/regenerate_testcases.py
blob: 645d3ada65a385c8b548c39f4aca869320de042b (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) 2019 Inter 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")