Fix quotation mark location in fabric-tna linerate tests pipeline
Change-Id: I219c41bcb8ccd70de8dacdff329b4dbeb5d2e71d
diff --git a/jjb/pipeline/fabric-tna-hardware.groovy b/jjb/pipeline/fabric-tna-hardware.groovy
index 9357d00..9ef2de1 100644
--- a/jjb/pipeline/fabric-tna-hardware.groovy
+++ b/jjb/pipeline/fabric-tna-hardware.groovy
@@ -36,9 +36,9 @@
${STRATUM_DOCKER_IMG} \
--enable_onlp=false \
-bf_switchd_background=false \
- -external_stratum_urls=0.0.0.0:${STRATUM_PORT}" \
+ -external_stratum_urls=0.0.0.0:${STRATUM_PORT} \
-incompatible_enable_bfrt_legacy_bytestring_responses \
- -experimental_enable_p4runtime_translation
+ -experimental_enable_p4runtime_translation"
'''
sh "until nc -z ${params.SWITCH_IP} ${STRATUM_PORT}; do sleep 1; done"
}