Clean functional tests in "test_cli_scenario" 79/46979/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 7 Nov 2017 16:48:15 +0000 (16:48 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 7 Nov 2017 17:02:29 +0000 (17:02 +0000)
commitba3ac2da2026570474bd6997a659c1493a621a0d
tree53d1c26bbdf6a1fe60b42ad7c1873693d8542b66
parent37dd0cbbcbcb1aa00b7f3aa2e74a6775c6a7f2fb
Clean functional tests in "test_cli_scenario"

Changed how "test_cli_scenario" tests check the presence
of a string.

Fixed "test_scenario_show_Lmbench": logic in [1] was incorrectly
assigning an string value instead of the result of the "in"
clause.

[1] https://github.com/opnfv/yardstick/blob/stable/euphrates/tests/functional/test_cli_scenario.py#L35-L36

Change-Id: I71fceabad972e4c0d9e78cbfeb85dcd6a5ae4bda
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
tests/functional/test_cli_scenario.py