diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-30 14:42:53 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-30 15:16:06 +0800 |
commit | e0a084d4c7f22dc54e65fad871772aaaf14c3edc (patch) | |
tree | 4bc24e6b5dbb5e55c9ed1da5b62f6170445d8e75 /utils/test/reporting/docker | |
parent | d1711875d0da2653662a64425c26dda7430afacb (diff) |
Fix status reporting page
- use data in last 10 days instead of 1 day
- hide installers without any data
- remove redundant qtip reporting
Change-Id: If73a439572b6a1cf09c7d34f643fb14be82196ca
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'utils/test/reporting/docker')
-rwxr-xr-x | utils/test/reporting/docker/reporting.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/test/reporting/docker/reporting.sh b/utils/test/reporting/docker/reporting.sh index 25d3ef117..2cb438d00 100755 --- a/utils/test/reporting/docker/reporting.sh +++ b/utils/test/reporting/docker/reporting.sh @@ -59,8 +59,6 @@ if [ -z "$1" ]; then report_project $i $i "status" sleep 5 done - report_project "QTIP" "qtip" "status" - echo "Functest reporting vIMS..." report_project "functest" "functest" "vims" |