coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

functional: run tests with enable_grpc turned both on and off #1656

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

As gRPC is being used, we need to run functional tests once with enable_grpc turned off, and again with enable_grpc turned on.

WIP: this PR must be merged after #1426 got merged.