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

Merge http2 integration test case into grpc case #8164

Merged
merged 3 commits into from
Jun 22, 2020
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
9 changes: 9 additions & 0 deletions test/integration/connect/envoy/case-grpc/verify.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ load helpers
retry_default curl -f -s localhost:19001/stats -o /dev/null
}

@test "s1 proxy listener should be up and have right cert" {
assert_proxy_presents_cert_uri localhost:21000 s1
}

@test "s2 proxy listener should be up and have right cert" {
assert_proxy_presents_cert_uri localhost:21001 s2
}

@test "s2 proxy should be healthy" {
assert_service_has_healthy_instances s2 1
}
Expand All @@ -20,6 +28,7 @@ load helpers
}

@test "s1 upstream should be able to connect to s2 via grpc" {
# This test also covers http2 since gRPC always uses http2
run fortio grpcping localhost:5000

echo "OUTPUT: $output"
Expand Down
4 changes: 0 additions & 4 deletions test/integration/connect/envoy/case-http2/capture.sh

This file was deleted.

22 changes: 0 additions & 22 deletions test/integration/connect/envoy/case-http2/s1.hcl

This file was deleted.

14 changes: 0 additions & 14 deletions test/integration/connect/envoy/case-http2/s2.hcl

This file was deleted.

6 changes: 0 additions & 6 deletions test/integration/connect/envoy/case-http2/setup.sh

This file was deleted.

39 changes: 0 additions & 39 deletions test/integration/connect/envoy/case-http2/verify.bats

This file was deleted.