summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r--scripts/LocalDriver.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py
index 813659be5c0..a0b342d5b78 100644
--- a/scripts/LocalDriver.py
+++ b/scripts/LocalDriver.py
@@ -533,6 +533,10 @@ class LocalDriver(Driver):
if self.allCross and cross == current.testcase.getMapping():
continue
+ # Skip if the cross test server mapping is another mapping than the cross mapping
+ if cross != cross.getServerMapping():
+ continue
+
# Skip if the mapping doesn't provide the test case
server = current.testcase.getServerTestCase(cross)
if not server: