charm-rabbitmq-server/unit_tests
Felipe Reyes 058bac0515 Set universal_newlines=True when calling rabbitmqctl cluster_status
In python3 check_output() returns bytes, while python2 returns str,
passing universal_newlines=True assures it will return str no matter
what python version is used.

Change-Id: I34a490bc4142e78d725ad0973607587984ec7c49
Related-Bug: 1716981
2017-10-16 17:23:24 -03:00
..
__init__.py Re-license charm as Apache-2.0 2016-07-01 18:06:36 +01:00
test_actions.py Set universal_newlines=True when calling rabbitmqctl cluster_status 2017-10-16 17:23:24 -03:00
test_rabbit_utils.py Remove random wait use distributed_wait 2017-09-27 11:43:19 -07:00
test_rabbitmq_context.py Expose performance tuning options via charm 2017-06-02 15:43:22 +01:00
test_rabbitmq_server_relations.py Refactor amqp_changed to make it less noisy 2017-06-29 11:58:13 +01:00
test_ssl_utils.py Unset ssl_port when disabling ssl 2017-09-21 14:48:27 +00:00
test_utils.py Prevent running apt-get update/upgrade on restart 2017-08-11 13:57:08 +01:00