HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Create automated test to show switch is reachable from internet #89

Closed HarrisKirk closed 1 year ago

HarrisKirk commented 1 year ago

The IP should be obtained and used to 'get' the page http://x.x.x.x:80 and look for "welcome to nginx" or something similar

The same approach as the smoke test for the cluster here could be used: https://github.com/HarrisKirk/blue-green-dreams/blob/1e25e8fab8a5b3f45d699ec8b5fb1fe417b44e20/gwa-deploy/bgdctl#L192

I am open to better ideas. But the key point is that the end of the "switch create" should be a verified nginx site

chrissound commented 1 year ago

I can't assign myself on this (no permission) but I'm starting on this now.