default is now to use native packaging
[tests.git] / system / config_default.py
index 2ca866a..0f2c849 100644 (file)
@@ -1,9 +1,14 @@
 # the defaults
-# long story short, this does
-# main (standard scenario), 1vnodes (map node(s) in the onelab pool) and then
-# 1testbox32 or 64 depending on the personality option
 
 def config (plc_specs, options):
+
+# tmp : force small test 
+    utils.header("XXX WARNING : forcing small tests in config_default")
+    self.options.small_test = True
+# tmp : force vserver tests
+    utils.header("XXX WARNING : forcing native tests in config_default")
+    self.options.native = True
+
     import config_main
     plcs = config_main.config([],options)
     import config_1vnodes