Repository: incubator-ariatosca Updated Branches: refs/heads/runtime_props_to_attr b63e841cd -> d66425941
another tiny test fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/d6642594 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/d6642594 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/d6642594 Branch: refs/heads/runtime_props_to_attr Commit: d66425941ecd1a92c9391a502f6d481932a58940 Parents: b63e841 Author: max-orlov <[email protected]> Authored: Tue May 16 22:20:07 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue May 16 22:20:07 2017 +0300 ---------------------------------------------------------------------- tests/orchestrator/execution_plugin/test_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/d6642594/tests/orchestrator/execution_plugin/test_ssh.py ---------------------------------------------------------------------- diff --git a/tests/orchestrator/execution_plugin/test_ssh.py b/tests/orchestrator/execution_plugin/test_ssh.py index 01a32bb..92d250e 100644 --- a/tests/orchestrator/execution_plugin/test_ssh.py +++ b/tests/orchestrator/execution_plugin/test_ssh.py @@ -94,7 +94,7 @@ class TestWithActualSSHServer(object): 'base_dir': expected_base_dir }) assert props['env_value'].value == expected_env_value - assert len(props['bash_version']) > 0 + assert len(props['bash_version'].value) > 0 assert props['arg1_value'].value == expected_arg1_value assert props['arg2_value'].value == expected_arg2_value assert props['cwd'].value == expected_cwd
