summaryrefslogtreecommitdiff
path: root/validation/test/P2P_throughput/config.py
diff options
context:
space:
mode:
authorJean-Philippe NOEL2013-04-23 13:49:25 +0200
committerJean-Philippe NOEL2013-05-24 10:12:33 +0200
commitb755016a4740dbf7b7e59911e17f43b1ce8140cc (patch)
tree3d5d66b3505cc95aedac218bc88b5591ee39c3d4 /validation/test/P2P_throughput/config.py
parentd98f612c3b18f1e90bda7b20850808b7b4e337b8 (diff)
validation: possibility to define a parent configuration, refs #4001
Diffstat (limited to 'validation/test/P2P_throughput/config.py')
-rw-r--r--validation/test/P2P_throughput/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/validation/test/P2P_throughput/config.py b/validation/test/P2P_throughput/config.py
index 31f5b3ff5c..06f1bc6b01 100644
--- a/validation/test/P2P_throughput/config.py
+++ b/validation/test/P2P_throughput/config.py
@@ -1,4 +1,8 @@
{
+ # Parent configuration file, which will be overriden by the current
+ # configuration - The path of the parent is relative to the current
+ # configuration file
+ "parent":None,
# True|False
# If True, the plugs are restarted before each serie of measurements
# If False, the plugs are not restarted before a serie of measurements