[Kimchi-devel] [PATCH 0/5] Storage volume tests and bug fixes

Aline Manera alinefm at linux.vnet.ibm.com
Thu Jan 22 14:36:48 UTC 2015


This patch set depends on:
- [PATCH] Run Model tests prior to MockModel tests
- [PATCH 0/8 V2] Storage pool tests and bug fixes

Aline Manera (5):
  Bug fix: Use VIR_STORAGE_VOL_RESIZE_SHRINK flag when decreasing the
    volume size
  Bug fix: Allow clonning a volume from a pool with non-ASCII characters
  Storage volumes: Update docs/API.md
  Update rollback_wrapper function to handle nested API
  Storage volume tests

 docs/API.md                        |   4 +-
 src/kimchi/model/storagevolumes.py |  24 +++--
 tests/test_mock_storagevolume.py   |  94 +++++++++++++++++
 tests/test_model.py                | 125 ++--------------------
 tests/test_model_storagevolume.py  | 211 +++++++++++++++++++++++++++++++++++++
 tests/test_rest.py                 | 138 ------------------------
 tests/utils.py                     |   4 +-
 7 files changed, 336 insertions(+), 264 deletions(-)
 create mode 100644 tests/test_mock_storagevolume.py
 create mode 100644 tests/test_model_storagevolume.py

-- 
2.1.0




More information about the Kimchi-devel mailing list