goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.55k stars 473 forks source link

test cluster server #705

Closed spham closed 3 years ago

spham commented 3 years ago

Hi i wish test cluster of server on Git CI what is the best practice ?

In my case there have cluster in HA for rabbitmq. need test conncection and port open between each server

regards

pedroMMM commented 3 years ago

If I am understanding correctly you have several servers already up and running somewhere.

In this case you would have to establish a connection to each server and then run goss. So multiple files and multiple goss runs, one per server.

Let us know if this makes sense for you and your use case.