tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

Get rid of hardcoded Tempesta version #481

Closed krizhanovsky closed 1 year ago

krizhanovsky commented 1 year ago

Related issue https://github.com/tempesta-tech/tempesta/issues/1915

The test suite should not have hardcoded Tempesta version since it can be changed frequently and basically we may run CI or manual tests for different versions. Also patchlevels typically move versions frequently.

We should grep tempesta_fw.h for the appropriate value.