From 613c8a218195029fe96701042efceb90b4c34adf Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Thu, 16 Feb 2012 12:30:39 +0100 Subject: Component and Components class implementation --- source/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/__init__.py') diff --git a/source/__init__.py b/source/__init__.py index 96616b1..219c7bc 100644 --- a/source/__init__.py +++ b/source/__init__.py @@ -86,6 +86,11 @@ data of existing objects to be tested, for example: id = 60 name = Red Hat Enterprise Linux 6 + [component] + id = 123 + name = wget + product = Red Hat Enterprise Linux 6 + [testplan] id = 1234 name = Test plan -- cgit