From 70d8b5c5dbe78d0adb9cdb80afc93e7eb9ac4ca1 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Wed, 31 May 2017 10:42:23 +0800 Subject: 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 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit