Skip to content
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

[v2.4] Add more tests for TCPMappings #4493

Merged
merged 13 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions builder/copy-gold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,19 @@ copy_gold xfpredirect
copy_gold empty empty-namespace
copy_gold plain plain-namespace
copy_gold tcpmappingtest tcp-namespace
copy_gold tcpmappingbasictest
copy_gold tcpmappingcrossnamespacetest
copy_gold tcpmappingtlsoriginationbooltest
copy_gold tcpmappingtlsoriginationv2schemetest
copy_gold tcpmappingtlsoriginationcontexttest
copy_gold tcpmappingtlsoriginationcontextwithdottest
copy_gold tcpmappingtlsoriginationcontextcrossnamespacetest
copy_gold tcpmappingtlsterminationbasictest
copy_gold tcpmappingtlsterminationcrossnamespacetest
copy_gold tcpmappingsnisharedcontexttest
copy_gold tcpmappingsniseparatecontextstest
copy_gold tcpmappingsniwithhttptest
copy_gold tcpmappingaddresstest
copy_gold tcpmappingweighttest

printf "\n"
Loading