[blivet] Add a framework for tests that use disk image storage

Anne Mulhern amulhern at redhat.com
Tue May 6 11:45:16 UTC 2014





----- Original Message -----
> From: "David Lehman" <dlehman at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Monday, May 5, 2014 1:57:47 PM
> Subject: [blivet] Add a framework for tests that use disk image storage
> 
> These are higher-level tests, but the unit test framework is already
> there. My plan for these is to have them only run from jenkins. I just
> need to go find something in the environment to tell me whether or not
> the tests are running under jenkins and skip them if not.
> 
> David Lehman (3):
>   Add a base class for tests backed by disk image storage.
>   Add some tests that verify the results of DeviceTree.populate.
>   Add some tests for extended partition management.
> 
>  tests/devicetree_test.py     | 234
>  +++++++++++++++++++++++++++++++++++++++++++
>  tests/imagebackedtestcase.py | 106 ++++++++++++++++++++
>  tests/partitioning_test.py   |  69 +++++++++++++
>  3 files changed, 409 insertions(+)
>  create mode 100644 tests/devicetree_test.py
>  create mode 100644 tests/imagebackedtestcase.py
> 
> --
> 1.9.0
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Other than the comments on individual patches, I'm done.

- mulhern


More information about the anaconda-patches mailing list