Skip to content

Commit

Permalink
Net test mark for TLS in brazil (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK authored Mar 23, 2022
1 parent f686b89 commit 3f8ffda
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -585,16 +585,17 @@ add_test_case(test_http_stats_split_across_gather_boundary)
add_test_case(test_http_stats_pipelined)
add_test_case(test_http_stats_multiple_requests_with_gap)

add_test_case(h2_sm_sanity_check)
add_test_case(h2_sm_mock_connection)
add_test_case(h2_sm_mock_multiple_connections)
add_test_case(h2_sm_mock_bad_connection_acquired)
add_test_case(h2_sm_mock_connections_closed_before_request_made)
add_test_case(h2_sm_mock_max_concurrent_streams_remote)
add_test_case(h2_sm_mock_complete_stream)
add_test_case(h2_sm_mock_ideal_num_streams)
add_test_case(h2_sm_mock_large_ideal_num_streams)
add_test_case(h2_sm_mock_goaway)
# Tests that not make real connection but use TLS. So, still need to be marked as net test
add_net_test_case(h2_sm_sanity_check)
add_net_test_case(h2_sm_mock_connection)
add_net_test_case(h2_sm_mock_multiple_connections)
add_net_test_case(h2_sm_mock_bad_connection_acquired)
add_net_test_case(h2_sm_mock_connections_closed_before_request_made)
add_net_test_case(h2_sm_mock_max_concurrent_streams_remote)
add_net_test_case(h2_sm_mock_complete_stream)
add_net_test_case(h2_sm_mock_ideal_num_streams)
add_net_test_case(h2_sm_mock_large_ideal_num_streams)
add_net_test_case(h2_sm_mock_goaway)

add_net_test_case(h2_sm_acquire_stream)
add_net_test_case(h2_sm_acquire_stream_multiple_connections)
Expand Down

0 comments on commit 3f8ffda

Please sign in to comment.