allows to test with 4 plcs
[tests.git] / system / config_quad.py
diff --git a/system/config_quad.py b/system/config_quad.py
new file mode 100644 (file)
index 0000000..12d6fe2
--- /dev/null
@@ -0,0 +1,11 @@
+# Thierry Parmentelat <thierry.parmentelat@inria.fr>
+# Copyright (C) 2010 INRIA 
+#
+# re-use the default config with 3 myplc's and 
+# 3 SFA's for checking antiloop on some decent scale
+import config_default
+
+def config (plc_specs, options):
+    options.size=4
+    return config_default.config(plc_specs,options)
+