From fd7583e843493495e5e15f62b5f7d9ca484bf167 Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 7 Feb 2017 11:26:14 +0800 Subject: Bottlenecks stack config parser. JIRA:BOTTLENECK-126 realize the function of parsering stack config. include the function all the jira mationed. it's important for stack creating. this patch also include manager.py. This file modify some file such like template intial. Change-Id: Iaa6fdbde6bf9cb1ff9875d47268440dfe70ecc49 Signed-off-by: liyin --- testsuites/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuites/__init__.py (limited to 'testsuites/__init__.py') diff --git a/testsuites/__init__.py b/testsuites/__init__.py new file mode 100644 index 00000000..efcda782 --- /dev/null +++ b/testsuites/__init__.py @@ -0,0 +1,9 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + -- cgit 1.2.3-korg