@@ -72,7 +72,7 @@ deproxy server, and workload tests should use wrk client and nginx server.
72
72
73
73
- Host for testing framework: ` Python2 ` , ` python2-paramiko ` ,
74
74
` python-configparser ` , ` python-subprocess32 ` , ` wrk ` , ` ab ` , ` python-scapy ` ,
75
- ` python-cryptography ` , ` scapy-ssl_tls ` (installed with ` pip ` )
75
+ ` python-cryptography ` , ` scapy-ssl_tls ` (installed with ` pip ` ), ` h2spec `
76
76
- All hosts except previous one: ` sftp-server `
77
77
- Host for running TempestaFW: Linux kernel with Tempesta, TempestaFW sources,
78
78
` systemtap ` , ` tcpdump ` , ` bc `
@@ -83,6 +83,9 @@ deproxy server, and workload tests should use wrk client and nginx server.
83
83
` ab ` is Apache benchmark tool, that can be found in ` apache2-utils ` package in
84
84
Debian or ` httpd-tools ` in CentOS.
85
85
86
+ ` h2spec ` is HTTP/2 conformance test suite. Can't be installed from package
87
+ manager and must be retrieved from [ GitHub] ( https://github.com/summerwind/h2spec/releases/latest ) .
88
+
86
89
Unfortunately, CentOS does not have ` python-subprocess32 ` package, but it can be
87
90
downloaded from [ CentOS CBS] ( https://cbs.centos.org/koji/buildinfo?buildID=10904 )
88
91
@@ -151,7 +154,7 @@ names available in PATH.
151
154
#### Tempesta Section
152
155
153
156
` ip ` — IPv4/IPv6 address of the TempestaFW host in test network, as reachable
154
- from the client and server hosts.
157
+ from the client and server hosts.
155
158
156
159
` hostname ` , ` port ` , ` user ` — address and credentials used to reach the host via
157
160
SSH. If hostname is ` localhost ` , TempestaFW will be ran locally.
0 commit comments