tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 4 forks source link

Mekhanik evgenii/implement dhe tests #474

Closed EvgeniiMekhanik closed 1 year ago

EvgeniiMekhanik commented 1 year ago

I think these tests should be in test_tls_stress.py. Please add these test to tests_disabled_tcpseg.json as "These tests should not be run with TCP segmentation."

Move to test_tls_stress. This tests are OK for TCP segmentation.

RomanBelozerov commented 1 year ago

I think these tests should be in test_tls_stress.py. Please add these test to tests_disabled_tcpseg.json as "These tests should not be run with TCP segmentation."

Move to test_tls_stress. This tests are OK for TCP segmentation.

TCP segmentation works for Deproxy client and server now (and TlsHandshake from tls tests) therefore they will work without TCP segmentation. I want to reduce testing time. All stress tests are not run with TCP segmentation. https://github.com/tempesta-tech/tempesta-test/blob/e4be52c33b5c100dfac4e5561acb5894b08d7022/tests_disabled_tcpseg.json#L13 But I forgot to add stress TLS tests. Please add tls.test_tls_stress to tests_disabled_tcpseg.json.

EvgeniiMekhanik commented 1 year ago

I think these tests should be in test_tls_stress.py. Please add these test to tests_disabled_tcpseg.json as "These tests should not be run with TCP segmentation."

Move to test_tls_stress. This tests are OK for TCP segmentation.

TCP segmentation works for Deproxy client and server now (and TlsHandshake from tls tests) therefore they will work without TCP segmentation. I want to reduce testing time. All stress tests are not run with TCP segmentation.

https://github.com/tempesta-tech/tempesta-test/blob/e4be52c33b5c100dfac4e5561acb5894b08d7022/tests_disabled_tcpseg.json#L13

But I forgot to add stress TLS tests. Please add tls.test_tls_stress to tests_disabled_tcpseg.json.

Fix