var _ … const apparmorProfilePrefix … const testProfiles … func loadTestProfiles() error { … } func runAppArmorTest(ctx context.Context, f *framework.Framework, shouldRun bool, profile string, useField bool) v1.PodStatus { … } func createPodWithAppArmor(ctx context.Context, f *framework.Framework, profile string, useField bool) *v1.Pod { … } func expectRejection(status v1.PodStatus) { … } func isAppArmorEnabled() bool { … }