summaryrefslogtreecommitdiff
path: root/validation/test/P2MP_throughput
diff options
context:
space:
mode:
Diffstat (limited to 'validation/test/P2MP_throughput')
-rw-r--r--validation/test/P2MP_throughput/config.py4
-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
12 files changed, 15 insertions, 1 deletions
diff --git a/validation/test/P2MP_throughput/config.py b/validation/test/P2MP_throughput/config.py
index 7412e4117e..4d6d240c51 100644
--- a/validation/test/P2MP_throughput/config.py
+++ b/validation/test/P2MP_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
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",