diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2021-10-01 02:44:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-10-01 02:44:43 +0000 |
commit | 467a22c1c2cbfc3c4a8448b7170d84dc26d658ec (patch) | |
tree | 590f6e7fb7fbbd2c6c0dd7e3fd7864234da3f17c /tools/pkt_gen/prox/__init__.py | |
parent | 17e20bfa70d1a9ce5e6ee6687245e3e22f3633a8 (diff) | |
parent | 48f947e94e36e877aa6889e10cda0bbdcd573ef4 (diff) |
Merge "Integrating DPPD-Prox with Vineperf"
Diffstat (limited to 'tools/pkt_gen/prox/__init__.py')
-rw-r--r-- | tools/pkt_gen/prox/__init__.py | 18 |
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 * |