constellation/cli/internal/cmd
Otto Bittner 7cada2c9e8 Add goleak to all tests (#227)
* Run goleak as part of all tests
We are already using goleak in various tests.
This commit adds a TestMain to all remaining tests
and calls goleak.VerifyTestMain in them.
* Add goleak to debugd/deploy package and fix bug.
* Run go mod tidy
* Fix integration tests
* Move goleak invocation for mount integration test
* Ignore leak in state integration tests

Co-authored-by: Fabian Kammel <fk@edgelss.systems>
2022-06-30 15:24:36 +02:00
..
cloud_test.go Add goleak to all tests (#227) 2022-06-30 15:24:36 +02:00
cloud.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
config.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
configgenerate_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
configgenerate.go AB#2033 User-friendly wrap and reword errors 2022-06-22 12:02:10 +01:00
create_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
create.go AB#2033 User-friendly wrap and reword errors 2022-06-22 12:02:10 +01:00
init_test.go Remove passing context seperately to initialize 2022-06-28 13:55:50 +02:00
init.go Remove passing context seperately to initialize 2022-06-28 13:55:50 +02:00
instancetypes.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
protoclient_test.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
protoclient.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
readconfig_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
readconfig.go AB#2033 User-friendly wrap and reword errors 2022-06-22 12:02:10 +01:00
recover_test.go Remove passing context seperately to initialize 2022-06-28 13:55:50 +02:00
recover.go Remove passing context seperately to initialize 2022-06-28 13:55:50 +02:00
recoveryclient_test.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
recoveryclient.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
statuswaiter_test.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
statuswaiter.go Move attestation, atls and oid packages to internal directory 2022-06-08 17:17:06 +02:00
terminate_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
terminate.go AB#2033 User-friendly wrap and reword errors 2022-06-22 12:02:10 +01:00
userinteraction_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
userinteraction.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
validargs_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
validargs.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
verify_test.go AB#2190 Verification service (#232) 2022-06-28 17:03:28 +02:00
verify.go AB#2190 Verification service (#232) 2022-06-28 17:03:28 +02:00
version_test.go Feat/more version info (#224) 2022-06-21 15:12:27 +02:00
version.go Feat/more version info (#224) 2022-06-21 15:12:27 +02:00
vpnconfig_test.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00
vpnconfig.go Move cli/cmd into cli/internal 2022-06-08 11:59:23 +02:00