Variables
tap2pcap_test Namespace Reference

Variables

 actual_output
 
 expected_output = f.read()
 
 expected_path = os.path.join(srcdir, 'tools/data/tap2pcap_h2_ipv4.txt')
 
 pcap_path = os.path.join(os.getenv('TEST_TMPDIR'), 'generated.pcap')
 
 srcdir = os.path.join(os.getenv('TEST_SRCDIR'), 'envoy_api')
 
 tap_path = os.path.join(srcdir, 'tools/data/tap2pcap_h2_ipv4.pb_text')
 

Detailed Description

Tests for tap2pcap.

Variable Documentation

◆ actual_output

tap2pcap_test.actual_output
Initial value:
1 = sp.check_output(
2  ['tshark', '-r', pcap_path, '-d', 'tcp.port==10000,http2', '-P'])

Definition at line 20 of file tap2pcap_test.py.

◆ expected_output

tap2pcap_test.expected_output = f.read()

Definition at line 23 of file tap2pcap_test.py.

◆ expected_path

tap2pcap_test.expected_path = os.path.join(srcdir, 'tools/data/tap2pcap_h2_ipv4.txt')

Definition at line 16 of file tap2pcap_test.py.

◆ pcap_path

tap2pcap_test.pcap_path = os.path.join(os.getenv('TEST_TMPDIR'), 'generated.pcap')

Definition at line 17 of file tap2pcap_test.py.

◆ srcdir

tap2pcap_test.srcdir = os.path.join(os.getenv('TEST_SRCDIR'), 'envoy_api')

Definition at line 14 of file tap2pcap_test.py.

◆ tap_path

tap2pcap_test.tap_path = os.path.join(srcdir, 'tools/data/tap2pcap_h2_ipv4.pb_text')

Definition at line 15 of file tap2pcap_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:44