nebula/cmd/nebula-cert
Wade Simmons b39a0f422d Fix nebula-cert tests on darwin and windows
This fixes a couple issues:

- NoSuchFileError not defined for darwin.
- ca_test and sign_test do a bunch of filesystem specific tests that
  error differently on Windows. Just disable these tests on Windows for
  now.
- Make the signcert test more deterministic by only testing one existing
  file at a time.
2019-12-11 10:13:19 -05:00
..
ca.go Public Release 2019-11-19 17:00:20 +00:00
ca_test.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
keygen.go Public Release 2019-11-19 17:00:20 +00:00
keygen_test.go Public Release 2019-11-19 17:00:20 +00:00
main.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
main_test.go Public Release 2019-11-19 17:00:20 +00:00
print.go Public Release 2019-11-19 17:00:20 +00:00
print_test.go Public Release 2019-11-19 17:00:20 +00:00
sign.go Fix impossible error message condition, go fmt 2019-12-09 16:41:27 -08:00
sign_test.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_darwin.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_linux.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
test_windows.go Public Release 2019-11-19 17:00:20 +00:00
verify.go Public Release 2019-11-19 17:00:20 +00:00
verify_test.go Public Release 2019-11-19 17:00:20 +00:00