-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21926/
-----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla.
Bugs: CLOUDSTACK-6782
https://issues.apache.org/jira/browse/CLOUDSTACK-6782
Repository: cloudstack-git
Description
-------
Test cases are failing because unicode data does not match with string.
E.g. Script result is [u'100'] is not matching with ['100']
Current code converts it to string but when the result is a list, then we have
to convert each item to string. Formatting list to string does not help.
Diffs
-----
test/integration/component/test_egress_fw_rules.py a42caa9
Diff: https://reviews.apache.org/r/21926/diff/
Testing
-------
Yes.
Log:
Test By-default the communication from guest n/w to public n/w is NOT allowed.
... === TestName: test_01_1_egress_fr1 | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 1 test in 523.654s
OK
Thanks,
Gaurav Aradhye