#
RabbitMQ
To speed up boot time, optional services are disabled.
Start rabbitmq in the .turbo_test.toml
configuration file:
.turbo_test.toml
[before_test_run]
commands = '''
sudo systemctl start rabbitmq-server
'''
To speed up boot time, optional services are disabled.
Start rabbitmq in the .turbo_test.toml
configuration file:
[before_test_run]
commands = '''
sudo systemctl start rabbitmq-server
'''