Re-enabled redundancy for binding routers.

In other words: Enabled communication to core pairs instead of communicating with just one core.

Change-Id: I5e926e94c55d60bf77a22a0ce053ca9c2765a834
diff --git a/tests/afrouter/templates/runTests.go.tmpl b/tests/afrouter/templates/runTests.go.tmpl
index ac58220..3aa59ac 100644
--- a/tests/afrouter/templates/runTests.go.tmpl
+++ b/tests/afrouter/templates/runTests.go.tmpl
@@ -237,7 +237,7 @@
 				}
 			}
 		case <-glCtx.Done():
-			rtrn = errors.New(fmt.Sprintf("Timeout: no response data available for server %s", testName))
+			rtrn = errors.New(fmt.Sprintf("Timeout: no response data available for server %s (%s)", v, testName))
 			stats.testLog("%s\n", rtrn.Error())
 			log.Error(rtrn)
 		}