tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 4 forks source link

Inter-VM test suite #408

Closed krizhanovsky closed 1 year ago

krizhanovsky commented 1 year ago

At the moment all the tests run Tempesta FW and any of the backends (e.g. Nginx or deproxy) on the same VM, i.e. a backend server and Tempesta FW communicate via loopback interface, which is quite specific case. The more common case, when a backend and Tempesta FW run on different machines, isn't tested and we saw several issues specific for the setup.

Need to make a test option to run some tests (or all if possible) with Tempesta FW and a backend server on different VMs.

krizhanovsky commented 1 year ago

The task is crucial since we face the bugs in this scenario from time to time