summaryrefslogtreecommitdiff
path: root/validation/test/P2MP_throughput/configs
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/P2MP_throughput/configs
parentd98f612c3b18f1e90bda7b20850808b7b4e337b8 (diff)
validation: possibility to define a parent configuration, refs #4001
Diffstat (limited to 'validation/test/P2MP_throughput/configs')
-rw-r--r--validation/test/P2MP_throughput/configs/MPR520_1_STAs.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MPR520_2_STAs.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MPR520_3_STAs.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MPR520_4_STAs.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MSE500-200_16_slaves.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MSE500-500_16_slaves.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MSE500-500_32_slaves.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MSE500-500_64_slaves.py1
-rw-r--r--validation/test/P2MP_throughput/configs/MSE500-500_summary.py2
-rw-r--r--validation/test/P2MP_throughput/configs/SPC200_16_slaves.py1
-rw-r--r--validation/test/P2MP_throughput/configs/SPC300_16_slaves.py1
11 files changed, 11 insertions, 1 deletions
diff --git a/validation/test/P2MP_throughput/configs/MPR520_1_STAs.py b/validation/test/P2MP_throughput/configs/MPR520_1_STAs.py
index df4846e0b0..89ed2b20e2 100644
--- a/validation/test/P2MP_throughput/configs/MPR520_1_STAs.py
+++ b/validation/test/P2MP_throughput/configs/MPR520_1_STAs.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"av-2.0.4/MPR520",
diff --git a/validation/test/P2MP_throughput/configs/MPR520_2_STAs.py b/validation/test/P2MP_throughput/configs/MPR520_2_STAs.py
index 3c13603699..6c4ce83c16 100644
--- a/validation/test/P2MP_throughput/configs/MPR520_2_STAs.py
+++ b/validation/test/P2MP_throughput/configs/MPR520_2_STAs.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"av-2.0.4/MPR520/2_STAs",
diff --git a/validation/test/P2MP_throughput/configs/MPR520_3_STAs.py b/validation/test/P2MP_throughput/configs/MPR520_3_STAs.py
index 0a5169c2f7..51651ba2d9 100644
--- a/validation/test/P2MP_throughput/configs/MPR520_3_STAs.py
+++ b/validation/test/P2MP_throughput/configs/MPR520_3_STAs.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"av-2.0.4/MPR520/3_STAs",
diff --git a/validation/test/P2MP_throughput/configs/MPR520_4_STAs.py b/validation/test/P2MP_throughput/configs/MPR520_4_STAs.py
index af7c73fb2b..f44124eed5 100644
--- a/validation/test/P2MP_throughput/configs/MPR520_4_STAs.py
+++ b/validation/test/P2MP_throughput/configs/MPR520_4_STAs.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"av-2.0.4/MPR520/4_STAs",
diff --git a/validation/test/P2MP_throughput/configs/MSE500-200_16_slaves.py b/validation/test/P2MP_throughput/configs/MSE500-200_16_slaves.py
index 1c1071f96f..12ee9908bd 100644
--- a/validation/test/P2MP_throughput/configs/MSE500-200_16_slaves.py
+++ b/validation/test/P2MP_throughput/configs/MSE500-200_16_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":True,
"make_measurements":True,
"reports_directory":"polux-5.0.4/MSE500-200/16_slaves",
diff --git a/validation/test/P2MP_throughput/configs/MSE500-500_16_slaves.py b/validation/test/P2MP_throughput/configs/MSE500-500_16_slaves.py
index c6d049b0ea..e61a46d8b7 100644
--- a/validation/test/P2MP_throughput/configs/MSE500-500_16_slaves.py
+++ b/validation/test/P2MP_throughput/configs/MSE500-500_16_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"eoc-drv-2.0.15/MSE500-500/16_slaves",
diff --git a/validation/test/P2MP_throughput/configs/MSE500-500_32_slaves.py b/validation/test/P2MP_throughput/configs/MSE500-500_32_slaves.py
index 957d1f034a..9ee6e1f44f 100644
--- a/validation/test/P2MP_throughput/configs/MSE500-500_32_slaves.py
+++ b/validation/test/P2MP_throughput/configs/MSE500-500_32_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"eoc-drv-2.0.15/MSE500-500/32_slaves",
diff --git a/validation/test/P2MP_throughput/configs/MSE500-500_64_slaves.py b/validation/test/P2MP_throughput/configs/MSE500-500_64_slaves.py
index 6d89ee7b28..2423dc2801 100644
--- a/validation/test/P2MP_throughput/configs/MSE500-500_64_slaves.py
+++ b/validation/test/P2MP_throughput/configs/MSE500-500_64_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"eoc-drv-2.0.15/MSE500-500/64_slaves",
diff --git a/validation/test/P2MP_throughput/configs/MSE500-500_summary.py b/validation/test/P2MP_throughput/configs/MSE500-500_summary.py
index 834204e0d2..31c4cb0541 100644
--- a/validation/test/P2MP_throughput/configs/MSE500-500_summary.py
+++ b/validation/test/P2MP_throughput/configs/MSE500-500_summary.py
@@ -1,5 +1,5 @@
-
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":False,
"reports_directory":"eoc-drv-2.0.15/MSE500-500/summary",
diff --git a/validation/test/P2MP_throughput/configs/SPC200_16_slaves.py b/validation/test/P2MP_throughput/configs/SPC200_16_slaves.py
index d00b5d0ffe..4f78fc9087 100644
--- a/validation/test/P2MP_throughput/configs/SPC200_16_slaves.py
+++ b/validation/test/P2MP_throughput/configs/SPC200_16_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"polux-5.0.5/SPC200/16_slaves",
diff --git a/validation/test/P2MP_throughput/configs/SPC300_16_slaves.py b/validation/test/P2MP_throughput/configs/SPC300_16_slaves.py
index 0d72c6bcd5..d6a657c085 100644
--- a/validation/test/P2MP_throughput/configs/SPC300_16_slaves.py
+++ b/validation/test/P2MP_throughput/configs/SPC300_16_slaves.py
@@ -1,4 +1,5 @@
{
+ "parent":None,
"restart_plugs":False,
"make_measurements":True,
"reports_directory":"eoc-drv-2.0.15/SPC300/16_slaves",