juju-solutions / bundletester

A juju charm and bundle test runner
http://juju-solutions.github.io/bundletester
15 stars 20 forks source link

Add a "SKIP" status #48

Open AdamIsrael opened 8 years ago

AdamIsrael commented 8 years ago

I've run into cases where tests are known to fail in certain circumstances but shouldn't be counted against the test run on the whole. For example:

So, in addition to PASS and FAIL I propose we also enable a test to emit SKIP in events where a test cannot or should not run in order for automated tests to accurately reflect the tested state of the charm (like cloud-weather-report).

johnsca commented 8 years ago

There's some overlap with juju-solutions/build-cloud#13