Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: QA
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:SQuaRE
Description
validate_base allows measurements to be None if they failed, though SQUASH doesn't accept null measurement values.
- have post-qa filter out null measurements before posting to SQUASH.
- move the configuration that decides what metrics to post to the command line, making it easier to change in the future (and disable AM3 for now).
- when handling errors, don't print JSON since django actually seems to return an HTML error page.
Reviewed. See PR for comments.