From: Thierry Parmentelat Date: Mon, 12 Sep 2011 10:42:23 +0000 (+0200) Subject: allows to test with 4 plcs X-Git-Tag: tests-5.0-28~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6977824d506850a16275c8e19685a8866aa7cc56;p=tests.git allows to test with 4 plcs --- diff --git a/system/config_quad.py b/system/config_quad.py new file mode 100644 index 0000000..12d6fe2 --- /dev/null +++ b/system/config_quad.py @@ -0,0 +1,11 @@ +# Thierry Parmentelat +# 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) +