use --os-* options instead of env param 09/17409/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 22 Jul 2016 10:56:06 +0000 (19:56 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 22 Jul 2016 10:56:06 +0000 (19:56 +0900)
commit362e96e0c2f32b56627d90104b3d047f6c6979b0
tree3d3863baece0c9ef3a2e69b39864ec8b2b2f05b5
parent6c2bfae36dfa0bde96fa96092ccad8b32beb7f02
use --os-* options instead of env param

Parameters defined in another shell cannot be used in the main shell.
This leads bug in funcsion which execute another shell to performe
openstack command as doctor test user.

This patch makes the test script use --os-* options to performe as
doctor test user, so that we don't have to execute new shells in
the test script.

Change-Id: If148f00acae919a926bb5e9f2af8dd433a4110f5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
tests/run.sh