setting env variable for cord-kafka-ip in data-model scale test
Change-Id: If3ebc3fdef3bbcc19976e3d71ae4aad38223a902
diff --git a/src/test/cord-api/Tests/xos-scale-tests/xos-scale-att-workflow.robot b/src/test/cord-api/Tests/xos-scale-tests/xos-scale-att-workflow.robot
index 47e7dfe..44b45c4 100644
--- a/src/test/cord-api/Tests/xos-scale-tests/xos-scale-att-workflow.robot
+++ b/src/test/cord-api/Tests/xos-scale-tests/xos-scale-att-workflow.robot
@@ -14,16 +14,12 @@
*** Variables ***
${xos_chameleon_url} xos-chameleon
${xos_chameleon_port} 9101
-${cord_kafka} cord-kafka
-
${num_olts} 1
${num_pon_ports} 1
${num_onus} 1
-
${timeout} 300s
*** Test Cases ***
-
Check OLTs Created
${res} = CORD Get /xosapi/v1/volt/oltdevices
${jsondata} = To Json ${res.content}
@@ -146,6 +142,7 @@
Setup
# TODO remove all JSON files that a previous run may have left around
+ ${cord_kafka}= Get Environment Variable CORD_KAFKA_IP cord-kafka
${target} = Evaluate ${num_olts} * ${num_pon_ports} * ${num_onus}
Log Testing with ${target} ONUs
Log To Console Testing with ${target} ONUs