diff options
author | liyin <liyin11@huawei.com> | 2017-01-24 17:26:21 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-02-07 02:00:00 +0000 |
commit | c6755e612b322facefc4edc32e948ab2b00bb3b0 (patch) | |
tree | f3796ea159c10c9e9690c8b9072f37ebc0ea1f9c /utils/infra_setup/runner/__init__.py | |
parent | ca641fcdaa919afb072a9625eb9ba3848b9e3805 (diff) |
Bottlenecks POSCA testing code reconstruction
JIRA:BOTTLENECK-103
This is the foundation of adding stack samples.
This code change a lot code.
but it's a basic.
Those code will be changed in the furture.
Change-Id: I8d5bbb9cc401b1aaac54ec4dffc4c005a42d17ac
Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'utils/infra_setup/runner/__init__.py')
-rw-r--r-- | utils/infra_setup/runner/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/infra_setup/runner/__init__.py b/utils/infra_setup/runner/__init__.py new file mode 100644 index 00000000..b124dfa9 --- /dev/null +++ b/utils/infra_setup/runner/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# 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 +############################################################################## |