Skip to content

Adopt rabbitmqadmin in integration tests #241

@jjasghar

Description

@jjasghar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions