Add blank TOOLS_SYSTEM_IP var to pybot cmdline 40/78240/3
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 28 Nov 2018 01:35:52 +0000 (17:35 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 28 Nov 2018 04:43:33 +0000 (20:43 -0800)
commit6aa6f19d52248efeede26794dbcf305fd2a641d4
tree7626ebafb24c8de8f2db47e84571bd5a841f4daa
parent46a2530572a3dbb37035d4bfa398ce4eed771965
Add blank TOOLS_SYSTEM_IP var to pybot cmdline

When running the full list of netvirt suites with the apex
snapshots, the l2l3_gateway_mac_arp suite sources a bgp
robot lib which in turn tries to reference the TOOLS_SYSTEM_IP.
This is not needed or used in any of the suites, but because
it's sourced but not initialized (even to null) we will get
an ugly error in the robot html report.

looks something like:

ERROR    Error in file <file> Variable '${TOOLS_SYSTEM_IP}' not found.

adding it here as a null value will remove that error

Change-Id: I0bda42e3127cb38f943a7b5b014f13a88da194bd
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-apex-run-tests.sh