Skip to content

Add basic h2 proto tests #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2020
Merged

Add basic h2 proto tests #155

merged 2 commits into from
Mar 13, 2020

Conversation

vankoven
Copy link
Contributor

Run h2spec utility against Tempesta and evaluate return code. Increase
debug level to get h2spec detailed results.

A new directive in tests_config.ini under section [Client] may be
required since h2spec is never available through pacage manager and
need to be installed from https://github.com/summerwind/h2spec :

h2spec = /path/to/h2spec

Fix tempesta-tech/tempesta#739

Run h2spec utility against Tempesta and evaluate return code. Increase
debug level to get h2spec detailed results.

A new directive in `tests_config.ini` under section `[Client]` may be
required since h2spec is never available through pacage manager and
need to be installed from https://github.com/summerwind/h2spec :

    h2spec = /path/to/h2spec

Fix tempesta-tech/tempesta#739
Copy link
Contributor

@krizhanovsky krizhanovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable, just need to add some docs

__author__ = 'Tempesta Technologies, Inc.'
__copyright__ = 'Copyright (C) 2020 Tempesta Technologies, Inc.'
__license__ = 'GPL2'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment what's the new class is for.

{
'id' : 'h2spec',
'type' : 'external',
'binary' : 'h2spec',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add h2spec to requirements in Readme.md . Also maybe update tests_config.ini.sample as well that we'll have the test by default?

@vankoven vankoven merged commit 6ef5673 into master Mar 13, 2020
@vankoven vankoven deleted the ik-739 branch March 13, 2020 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests for HTTP/2
2 participants