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: introduce a test TestFleetctlWithEnv #1638

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

TestFleetctlWithEnv runs simply fleetctl list-machines, but by setting an environment variable FLEETCTL_ENDPOINT, instead of the cmdline option '--endpoint'. This way functional test is able to detect regressions like https://github.com/coreos/fleet/issues/1631.

jonboulle commented 7 years ago

LGTM on green