(t *testing.T)
| 75 | } |
| 76 | |
| 77 | func Test_OpenshiftComponent(t *testing.T) { |
| 78 | testContent := commonUtils.TestContent{} |
| 79 | testContent.ComponentTypes = []schema.ComponentType{schema.OpenshiftComponentType} |
| 80 | testContent.EditContent = false |
| 81 | testContent.FileName = commonUtils.GetDevFileName() |
| 82 | apiUtils.RunTest(testContent, t) |
| 83 | } |
| 84 | |
| 85 | func Test_VolumeComponent(t *testing.T) { |
| 86 | testContent := commonUtils.TestContent{} |