[PATCH] Add a basic test for ostree-based installs.

Chris Lumens clumens at redhat.com
Tue Jul 8 13:32:00 UTC 2014


> 1) if I understand it correctly, the $status is set in the way that the
> last livemedia-creator run wins it. Shouldn't the value be combined from
> all the test runs or shouldn't the test just fail with the first
> lviemedia-creator fail?

If one fails, the whole test case fails.  However, there's value in
running all of them because they are independent events and it's useful
to know whether just one has a problem or what.

> 2) would it make sense to use xargs and run multiple livemedia-creators
> in parallel?

Yeah maybe, though I think the resource management (RAM and vcpus) is
going to get tough.  Also, I don't know if lmc can handle being run
multiple times.

We can make all the autognu test crud run in parallel, so other things
are happening at the same time as this test though.  So far, I've just
wanted to spend as little time as possible reading autognu docs to
figure out how to do it.

- Chris


More information about the anaconda-patches mailing list