aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkt_gen/prox/__init__.py
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-08-04 17:10:27 +0530
committerAl Morton <acm@research.att.com>2021-09-29 21:33:46 +0000
commit48f947e94e36e877aa6889e10cda0bbdcd573ef4 (patch)
tree29b044162e9d7534f0b42746b26aa42955332917 /tools/pkt_gen/prox/__init__.py
parent220aed1de03317d1ad6f3ebbec9f6b93e44522c7 (diff)
Integrating DPPD-Prox with Vineperf
This patch adds Integration of DPPD-Prox with Vineperf Added: 1. Results analysis - bug-fix 2. Restrict to baremetal for this patch. 3. Fix Pylint errors. 4. Copy Rapid private key too. 5. Remove SSH key. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I3ea7e6261e3fab06ef829f22153fe247372fc34b
Diffstat (limited to 'tools/pkt_gen/prox/__init__.py')
-rw-r--r--tools/pkt_gen/prox/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/pkt_gen/prox/__init__.py b/tools/pkt_gen/prox/__init__.py
new file mode 100644
index 00000000..e0e55121
--- /dev/null
+++ b/tools/pkt_gen/prox/__init__.py
@@ -0,0 +1,18 @@
+# Copyright 2021 Spirent Communications.
+#
+# 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.
+
+"""Implementation of prox-based tests
+"""
+
+from .prox import *