-
Notifications
You must be signed in to change notification settings - Fork 421
Open
Description
It seems we can something like:
cd /usr/local/bin
sudo wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-management/rabbitmq_v3_5_0/bin/rabbitmqadmin
chmod +x rabbitmqadmin
cd -
rabbitmqadmin -H localhost -u guest -p mypass list vhosts
/root
+------+----------+
| name | messages |
+------+----------+
| / | |
+------+----------+to add the rabbitmqadmin as another recipe. with this we can add serverspec tests around running rabbitmqadmin and in turn test rabbitmq how you would officially from rabbitmq.
This shouldn't be too much work, but I wanted to capture it here so we can revisit it at a later date.
Metadata
Metadata
Assignees
Labels
No labels