mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
chore: uncomment test
This commit is contained in:
parent
3b611fb5ec
commit
209c122a52
1 changed files with 35 additions and 35 deletions
|
|
@ -39,41 +39,41 @@ func TestMDMApple(t *testing.T) {
|
|||
name string
|
||||
fn func(t *testing.T, ds *Datastore)
|
||||
}{
|
||||
// {"TestNewMDMAppleConfigProfileDuplicateName", testNewMDMAppleConfigProfileDuplicateName},
|
||||
// {"TestNewMDMAppleConfigProfileLabels", testNewMDMAppleConfigProfileLabels},
|
||||
// {"TestNewMDMAppleConfigProfileDuplicateIdentifier", testNewMDMAppleConfigProfileDuplicateIdentifier},
|
||||
// {"TestDeleteMDMAppleConfigProfile", testDeleteMDMAppleConfigProfile},
|
||||
// {"TestDeleteMDMAppleConfigProfileByTeamAndIdentifier", testDeleteMDMAppleConfigProfileByTeamAndIdentifier},
|
||||
// {"TestListMDMAppleConfigProfiles", testListMDMAppleConfigProfiles},
|
||||
// {"TestHostDetailsMDMProfiles", testHostDetailsMDMProfiles},
|
||||
// {"TestBatchSetMDMAppleProfiles", testBatchSetMDMAppleProfiles},
|
||||
// {"TestMDMAppleProfileManagement", testMDMAppleProfileManagement},
|
||||
// {"TestMDMAppleProfileManagementBatch2", testMDMAppleProfileManagementBatch2},
|
||||
// {"TestMDMAppleProfileManagementBatch3", testMDMAppleProfileManagementBatch3},
|
||||
// {"TestGetMDMAppleProfilesContents", testGetMDMAppleProfilesContents},
|
||||
// {"TestAggregateMacOSSettingsStatusWithFileVault", testAggregateMacOSSettingsStatusWithFileVault},
|
||||
// {"TestMDMAppleHostsProfilesStatus", testMDMAppleHostsProfilesStatus},
|
||||
// {"TestMDMAppleIdPAccount", testMDMAppleIdPAccount},
|
||||
// {"TestIgnoreMDMClientError", testDoNotIgnoreMDMClientError},
|
||||
// {"TestDeleteMDMAppleProfilesForHost", testDeleteMDMAppleProfilesForHost},
|
||||
// {"TestGetMDMAppleCommandResults", testGetMDMAppleCommandResults},
|
||||
// {"TestBulkUpsertMDMAppleConfigProfiles", testBulkUpsertMDMAppleConfigProfile},
|
||||
// {"TestMDMAppleBootstrapPackageCRUD", testMDMAppleBootstrapPackageCRUD},
|
||||
// {"TestListMDMAppleCommands", testListMDMAppleCommands},
|
||||
// {"TestMDMAppleSetupAssistant", testMDMAppleSetupAssistant},
|
||||
// {"TestMDMAppleEnrollmentProfile", testMDMAppleEnrollmentProfile},
|
||||
// {"TestListMDMAppleSerials", testListMDMAppleSerials},
|
||||
// {"TestMDMAppleDefaultSetupAssistant", testMDMAppleDefaultSetupAssistant},
|
||||
// {"TestSetVerifiedMacOSProfiles", testSetVerifiedMacOSProfiles},
|
||||
// {"TestMDMAppleConfigProfileHash", testMDMAppleConfigProfileHash},
|
||||
// {"TestMDMAppleResetEnrollment", testMDMAppleResetEnrollment},
|
||||
// {"TestMDMAppleDeleteHostDEPAssignments", testMDMAppleDeleteHostDEPAssignments},
|
||||
// {"LockUnlockWipeMacOS", testLockUnlockWipeMacOS},
|
||||
// {"ScreenDEPAssignProfileSerialsForCooldown", testScreenDEPAssignProfileSerialsForCooldown},
|
||||
// {"MDMAppleDDMDeclarationsToken", testMDMAppleDDMDeclarationsToken},
|
||||
// {"MDMAppleSetPendingDeclarationsAs", testMDMAppleSetPendingDeclarationsAs},
|
||||
// {"SetOrUpdateMDMAppleDeclaration", testSetOrUpdateMDMAppleDDMDeclaration},
|
||||
// {"DEPAssignmentUpdates", testMDMAppleDEPAssignmentUpdates},
|
||||
{"TestNewMDMAppleConfigProfileDuplicateName", testNewMDMAppleConfigProfileDuplicateName},
|
||||
{"TestNewMDMAppleConfigProfileLabels", testNewMDMAppleConfigProfileLabels},
|
||||
{"TestNewMDMAppleConfigProfileDuplicateIdentifier", testNewMDMAppleConfigProfileDuplicateIdentifier},
|
||||
{"TestDeleteMDMAppleConfigProfile", testDeleteMDMAppleConfigProfile},
|
||||
{"TestDeleteMDMAppleConfigProfileByTeamAndIdentifier", testDeleteMDMAppleConfigProfileByTeamAndIdentifier},
|
||||
{"TestListMDMAppleConfigProfiles", testListMDMAppleConfigProfiles},
|
||||
{"TestHostDetailsMDMProfiles", testHostDetailsMDMProfiles},
|
||||
{"TestBatchSetMDMAppleProfiles", testBatchSetMDMAppleProfiles},
|
||||
{"TestMDMAppleProfileManagement", testMDMAppleProfileManagement},
|
||||
{"TestMDMAppleProfileManagementBatch2", testMDMAppleProfileManagementBatch2},
|
||||
{"TestMDMAppleProfileManagementBatch3", testMDMAppleProfileManagementBatch3},
|
||||
{"TestGetMDMAppleProfilesContents", testGetMDMAppleProfilesContents},
|
||||
{"TestAggregateMacOSSettingsStatusWithFileVault", testAggregateMacOSSettingsStatusWithFileVault},
|
||||
{"TestMDMAppleHostsProfilesStatus", testMDMAppleHostsProfilesStatus},
|
||||
{"TestMDMAppleIdPAccount", testMDMAppleIdPAccount},
|
||||
{"TestIgnoreMDMClientError", testDoNotIgnoreMDMClientError},
|
||||
{"TestDeleteMDMAppleProfilesForHost", testDeleteMDMAppleProfilesForHost},
|
||||
{"TestGetMDMAppleCommandResults", testGetMDMAppleCommandResults},
|
||||
{"TestBulkUpsertMDMAppleConfigProfiles", testBulkUpsertMDMAppleConfigProfile},
|
||||
{"TestMDMAppleBootstrapPackageCRUD", testMDMAppleBootstrapPackageCRUD},
|
||||
{"TestListMDMAppleCommands", testListMDMAppleCommands},
|
||||
{"TestMDMAppleSetupAssistant", testMDMAppleSetupAssistant},
|
||||
{"TestMDMAppleEnrollmentProfile", testMDMAppleEnrollmentProfile},
|
||||
{"TestListMDMAppleSerials", testListMDMAppleSerials},
|
||||
{"TestMDMAppleDefaultSetupAssistant", testMDMAppleDefaultSetupAssistant},
|
||||
{"TestSetVerifiedMacOSProfiles", testSetVerifiedMacOSProfiles},
|
||||
{"TestMDMAppleConfigProfileHash", testMDMAppleConfigProfileHash},
|
||||
{"TestMDMAppleResetEnrollment", testMDMAppleResetEnrollment},
|
||||
{"TestMDMAppleDeleteHostDEPAssignments", testMDMAppleDeleteHostDEPAssignments},
|
||||
{"LockUnlockWipeMacOS", testLockUnlockWipeMacOS},
|
||||
{"ScreenDEPAssignProfileSerialsForCooldown", testScreenDEPAssignProfileSerialsForCooldown},
|
||||
{"MDMAppleDDMDeclarationsToken", testMDMAppleDDMDeclarationsToken},
|
||||
{"MDMAppleSetPendingDeclarationsAs", testMDMAppleSetPendingDeclarationsAs},
|
||||
{"SetOrUpdateMDMAppleDeclaration", testSetOrUpdateMDMAppleDDMDeclaration},
|
||||
{"DEPAssignmentUpdates", testMDMAppleDEPAssignmentUpdates},
|
||||
{"TestInsertMDMAsset", testMDMConfigAsset},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue