summaryrefslogtreecommitdiffstats
path: root/dpdk/rpm
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-09-25 08:47:59 -0400
committerDave Barach <dave@barachs.net>2017-09-25 09:17:33 -0400
commit905c14af2b1464840cea201daed005cb30513683 (patch)
tree2e7dc77fa34d635ad77b1da67642dd4b1cba0e76 /dpdk/rpm
parent41fef50d5db5e7deb3cfd901c3108abbc4406813 (diff)
Add binary API documentation
Change-Id: Id1a5da12b13d87bacfa81094f471b95db40c39be Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'dpdk/rpm')
0 files changed, 0 insertions, 0 deletions
ion> Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dpdk/perf/regenerate_testcases.py
blob: e9eea74551f8a5a91cea1c8fba772b5dc3611971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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

# Do not match __init__.robot
Regenerator().regenerate_glob("*r.robot")