aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py
diff options
context:
space:
mode:
authorVincenzo Riccobene <vincenzox.m.riccobene@intel.com>2015-12-11 21:42:20 +0000
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-12-15 16:05:40 +0000
commitd8377e956f73f70cb70b62a3c31677460ea85f6e (patch)
treed7ebc7c31caa4dfdb7fcc1cc559aab0c1bc96dc2 /yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py
parent9c78a42bb6cc9ba8a8f93c3b1f95f5ed5b9b1c97 (diff)
Add support to the test case required by YARDSTICK-145
Add support to ApexLake to the test case that validates the instantiation of the virtual Traffic Classifier within OpenStack JIRA: YARDSTICK-145 Change-Id: I533712de36de4e40fdec15b2be2348fbb8c29dfc Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Diffstat (limited to 'yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py')
-rw-r--r--yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py b/yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py
new file mode 100644
index 000000000..dcc18a45b
--- /dev/null
+++ b/yardstick/vTC/apexlake/experimental_framework/libraries/__init__.py
@@ -0,0 +1,19 @@
+# Copyright (c) 2015 Intel Research and Development Ireland Ltd.
+#
+# 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.
+
+'''
+Libraries to be used by the framework.
+'''
+
+__author__ = 'vmriccox'