diff options
author | liyin <liyin11@huawei.com> | 2017-02-07 11:26:14 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2017-02-07 11:26:53 +0800 |
commit | fd7583e843493495e5e15f62b5f7d9ca484bf167 (patch) | |
tree | 9a027c5497f867a48ceb7dba132714d8e62a53ec /testsuites/posca/testcase_cfg | |
parent | cb7f830d3e4a2a5665ff95687838c80a353687bf (diff) |
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 <liyin11@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/__init__.py b/testsuites/posca/testcase_cfg/__init__.py new file mode 100644 index 00000000..efcda782 --- /dev/null +++ b/testsuites/posca/testcase_cfg/__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 +############################################################################## + |