diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-02-13 14:14:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-13 14:14:00 +0000 |
commit | b8ef508a78181e017071d9189bb0030305fd1080 (patch) | |
tree | 7301669be618878147b3a4159d7960ab3ff52f71 /tools/load_gen/stressorvm/__init__.py | |
parent | 7a1a6fb5d55cb0b5463408730f0778add4549be9 (diff) | |
parent | a874f412c78c04ae02b92a3d0da8a10956f80b74 (diff) |
Merge "loadgen: Support for Stressor-VMs as a Loadgen"
Diffstat (limited to 'tools/load_gen/stressorvm/__init__.py')
-rw-r--r-- | tools/load_gen/stressorvm/__init__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/load_gen/stressorvm/__init__.py b/tools/load_gen/stressorvm/__init__.py new file mode 100644 index 00000000..6a22d81c --- /dev/null +++ b/tools/load_gen/stressorvm/__init__.py @@ -0,0 +1,16 @@ +# Copyright 2017-2018 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. + +"""Package with wrapper for Stressor-VMs +""" |