Unset default COMPUTE_USER at the beginning of tests 05/17405/1
authorCarlos Goncalves <carlos.goncalves@neclab.eu>
Fri, 22 Jul 2016 10:44:01 +0000 (12:44 +0200)
committerCarlos Goncalves <carlos.goncalves@neclab.eu>
Fri, 22 Jul 2016 10:45:13 +0000 (12:45 +0200)
commite7b8c3759dda11e630c28ab3b31bf4bbb129a7f8
treea24bb7fc6fe4b3c700f5110641fd7c8f21c25284
parent5aa254607e0737916dc72200064857882e1abd36
Unset default COMPUTE_USER at the beginning of tests

Each installer has different compute users and we set a default for each
in get_compute_host_info. Having COMPUTE_USER set at the beginning as is
and not passing in a value will default to 'none' and thus overriding
the default user of the installer. For example, COMPUTE_USER would be
set to 'none' instead of 'heat-admin' for Apex installer.

Change-Id: Ia60a88f68c52604bac6b7eef18e97e11328f1a6e
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
tests/run.sh