mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
It appears that asserts.equal(boolean.True, str.True) which seems to be causing the issue. Probably related to some api changes in recent PRs. Will fix the equation to str.lower() so it'll pass. Strangely when running the tests from Pycharm CE they pass, it seems the IDE resolves the type issue during comparison. But when running from command line it failes... After fixing this results came back as expected: