(t *testing.T)
| 67 | } |
| 68 | |
| 69 | func Test_KubernetesComponent(t *testing.T) { |
| 70 | testContent := commonUtils.TestContent{} |
| 71 | testContent.ComponentTypes = []schema.ComponentType{schema.KubernetesComponentType} |
| 72 | testContent.EditContent = false |
| 73 | testContent.FileName = commonUtils.GetDevFileName() |
| 74 | apiUtils.RunTest(testContent, t) |
| 75 | } |
| 76 | |
| 77 | func Test_OpenshiftComponent(t *testing.T) { |
| 78 | testContent := commonUtils.TestContent{} |