diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-31 10:42:23 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-06-01 09:44:57 +0800 |
commit | 70d8b5c5dbe78d0adb9cdb80afc93e7eb9ac4ca1 (patch) | |
tree | 8ca298cd6ed050eb74915caf9a08117c00e11111 /requirements.txt | |
parent | a2fbfdbdea5ad9c2b36d195d0dbff43263304f5a (diff) |
metrics baseline in compute-baseline.json
- Previously, metrics baseline are defined in the spec file.
In this patch, move metrics baseline to compute-baseline.json.
- you can get qpi based with baseline file given in calculate.yml
- you can generate a customized baseline file when baseline file is
not given in calculate.yml
And baseline will be removed from the spec file.
Change-Id: I123d28e28543cb153b60120b5076306fa2fa3873
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e601d10d..b9d0e881 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ pbr prettytable six PyYAML -humanfriendly
\ No newline at end of file +humanfriendly +asq
\ No newline at end of file |