diff --git a/totest-manager.py b/totest-manager.py index c70d7ed5..e73855fe 100755 --- a/totest-manager.py +++ b/totest-manager.py @@ -713,7 +713,7 @@ class ToTestFactoryARM(ToTestFactory): '000product:openSUSE-ftp-ftp-armv7hl', '000product:openSUSE-ftp-ftp-armv6hl'] - livecd_products = [] + livecd_products = ['JeOS'] def __init__(self, *args, **kwargs): ToTestFactory.__init__(self, *args, **kwargs)