Skip to content

Added smoke test to SWATCH cell

Simone Bologna requested to merge smoke_test into master

This MR adds a smoke test to the cell that starts up the cell, waits 20s and then sends an HTTP request via cURL. The test is successful if cURL does not return any error.
This is similar to a test I have already introduced in the central cell.

Merge request reports