Change in vdsm[master]: tests: rename manifest_tests.py

alitke at redhat.com alitke at redhat.com
Wed Mar 9 21:36:04 UTC 2016


Adam Litke has uploaded a new change for review.

Change subject: tests: rename manifest_tests.py
......................................................................

tests: rename manifest_tests.py

We now have multiple kinds of manifests: StorageDomainManifest,
ImageManifest, and VolumeManifest.  Move manifest_tests.py to
domain_manifest_tests.py so that we can create new files to test the
other kinds of manifests.

Change-Id: Ia0fc61e067f692483d36231f81163b2adc7a43b3
Signed-off-by: Adam Litke <alitke at redhat.com>
---
M tests/Makefile.am
R tests/domain_manifest_tests.py
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/63/54563/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index f40455a..2575597 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -54,6 +54,7 @@
 	cpuProfileTests.py \
 	deviceTests.py \
 	domainDescriptorTests.py \
+	domain_manifest_tests.py \
 	encodingTests.py \
 	executorTests.py \
 	fileSDTests.py \
@@ -73,7 +74,6 @@
 	libvirtconnectionTests.py \
 	lvmTests.py \
 	main.py \
-	manifest_tests.py \
 	miscTests.py \
 	mkimageTests.py \
 	modprobe.py \
diff --git a/tests/manifest_tests.py b/tests/domain_manifest_tests.py
similarity index 100%
rename from tests/manifest_tests.py
rename to tests/domain_manifest_tests.py


-- 
To view, visit https://gerrit.ovirt.org/54563
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0fc61e067f692483d36231f81163b2adc7a43b3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <alitke at redhat.com>


More information about the vdsm-patches mailing list