I'm trying to setup a test with User Defined Variables.
I want to define a variable "ENV" that specifies whether the test will run
in the 'dev' environment, or not. (Basically, if set it will modify all of
the 'hosts' I hit with '-dev' on their hostnames.)
So I want to setup the following type of variables:
ENV = "-dev"
HOSTNAME = "myhost${ENV}"
Then when the test runs, if "ENV" = "-dev", the HOSTNAME would be
"myhost-dev", but if I change "ENV" to "" (null), the HOSTNAME would be
"myhost".
But the User Defined Variables apparently don't use previously set
variables in the config? Because what I am getting for "HOSTNAME" is
"myhost${ENV}"...
--
Robin D. Wilson
CELL: 512-426-3929
[email protected]