Improve the way of getting env values
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 12 Feb 2018 15:27:54 +0000 (16:27 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 13 Feb 2018 06:44:31 +0000 (07:44 +0100)
commitdd168d1587838be11d7a8372f77b16915a3af85b
tree3e2078cfb6ac20d78a13d1c74565e2c5b4e51496
parent46f1037fe35bc249dca868b363107bc1bcd70469
Improve the way of getting env values

It simply reads env vars instead of calling CONST.__getattribute__()

Change-Id: If3137f3cfb9f3102388988a82393b9b2f4e99f60
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/cli/commands/cli_os.py
functest/cli/commands/cli_tier.py
functest/tests/unit/cli/commands/test_cli_os.py
functest/tests/unit/cli/test_cli_base.py