[node-patches] Change in ovirt-node[master]: tests: Switch plans syntax

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Sep 19 09:02:54 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: tests: Switch plans syntax
......................................................................

tests: Switch plans syntax

YAML is now used to specify testplans this is more future proof.

Change-Id: Ic9dd1971ba8801baa9e44b5ce208ed2ef5976d61
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M tests/igor/plans/ai_basic.plan
M tests/igor/plans/ai_extended.plan
M tests/igor/plans/mi_ai_extended.plan
M tests/igor/plans/mi_extended.plan
4 files changed, 40 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/47/8047/1

diff --git a/tests/igor/plans/ai_basic.plan b/tests/igor/plans/ai_basic.plan
index 90f78e0..2684bf8 100644
--- a/tests/igor/plans/ai_basic.plan
+++ b/tests/igor/plans/ai_basic.plan
@@ -1,8 +1,11 @@
-
-description:AI with {tbd_profile} on VMs
+---
+description: 'AI with {tbd_profile} on VMs'
 
 
-# Testsuite             Profile         Host                Optional: kargs
-
-# A basic auto installation without any TUI testing
-ai_basic                {tbd_profile}   default-libvirt     kargs='storage_init BOOTIF=link'
+---
+description: 'A basic auto installation without any TUI testing'
+testsuite: 'ai_basic'
+profile: '{tbd_profile}'
+host: 'default-libvirt'
+additional_kargs: 'storage_init BOOTIF=link'
+---
diff --git a/tests/igor/plans/ai_extended.plan b/tests/igor/plans/ai_extended.plan
index 3dca603..756885e 100644
--- a/tests/igor/plans/ai_extended.plan
+++ b/tests/igor/plans/ai_extended.plan
@@ -1,8 +1,11 @@
-
-description:AI with {tbd_profile} and more tests on VMs
+---
+description: 'AI with {tbd_profile} and more tests on VMs'
 
 
-# Testsuite         Profile         Host                Optional: kargs
-
-# A basic auto installation with more testcases, including TUI tests
-ai_extended         {tbd_profile}   default-libvirt     kargs='storage_init BOOTIF=link'
+---
+description: 'A basic auto installation with more testcases, including TUI tests'
+testsuite: 'ai_extended'
+profile: '{tbd_profile}'
+host: 'default-libvirt'
+additional_kargs: 'storage_init BOOTIF=link'
+---
diff --git a/tests/igor/plans/mi_ai_extended.plan b/tests/igor/plans/mi_ai_extended.plan
index 87b2c8e..69cdb8e 100644
--- a/tests/igor/plans/mi_ai_extended.plan
+++ b/tests/igor/plans/mi_ai_extended.plan
@@ -1,11 +1,18 @@
-
-description:AI and MI with {tbd_profile} and more tests on VMs
+---
+description: 'AI and MI with {tbd_profile} and more tests on VMs'
 
 
-# Testsuite         Profile         Host                Optional: kargs
+---
+description: 'A basic TUI installation'
+testsuite: 'mi_extended'
+profile: '{tbd_profile}'
+host: 'default-libvirt'
 
-# A basic TUI installation
-mi_extended         {tbd_profile}   default-libvirt
+---
+description: 'A basic auto installation with more testcases, including TUI tests'
+testsuite: 'ai_extended'
+profile: '{tbd_profile}'
+host: 'default-libvirt'
+additional_kargs: 'storage_init BOOTIF=link'
 
-# A basic auto installation with more testcases, including TUI tests
-ai_extended         {tbd_profile}   default-libvirt     kargs='storage_init BOOTIF=link'
+---
diff --git a/tests/igor/plans/mi_extended.plan b/tests/igor/plans/mi_extended.plan
index 180e278..f7e5705 100644
--- a/tests/igor/plans/mi_extended.plan
+++ b/tests/igor/plans/mi_extended.plan
@@ -1,8 +1,11 @@
-
-description:MI with {tbd_profile} and more tests on VMs
+---
+description: 'MI with {tbd_profile} and more tests on VMs'
 
 
-# Testsuite         Profile         Host                Optional: kargs
+---
+description: 'A basic TUI installation'
+testsuite: 'mi_extended'
+profile: '{tbd_profile}'
+host: 'default-libvirt'
 
-# A basic TUI installation
-mi_extended         {tbd_profile}   default-libvirt
+---


--
To view, visit http://gerrit.ovirt.org/8047
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9dd1971ba8801baa9e44b5ce208ed2ef5976d61
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list