skip, show_stopper, all tested 49/949/19
authorNaga Sugguna <ns156u@att.com>
Wed, 5 Jun 2019 23:50:55 +0000 (23:50 +0000)
committerNaga Sugguna <ns156u@att.com>
Fri, 5 Jul 2019 14:46:19 +0000 (14:46 +0000)
* skip, If you want to skip any testcase you can just give "True"
  for this.

* show_stopper, testcase failed meaning we should not continue.
  If you are expecting too many failures because of this failure,
  you mark it as show_stopper: True

* all is special layer, that means all layers.

* -d/--delegate is an option to delegate validation to docker
  containers. docker containers will never use this.

Change-Id: I92b1fc0ac47a6ca3b75e1e2e75c9aea0d206fdaf
Signed-off-by: Naga Sugguna <ns156u@att.com>

No differences found