(t *testing.T)
| 83 | } |
| 84 | |
| 85 | func Test_VolumeComponent(t *testing.T) { |
| 86 | testContent := commonUtils.TestContent{} |
| 87 | testContent.ComponentTypes = []schema.ComponentType{schema.VolumeComponentType} |
| 88 | testContent.FileName = commonUtils.GetDevFileName() |
| 89 | apiUtils.RunTest(testContent, t) |
| 90 | } |
| 91 | |
| 92 | func Test_MultiComponent(t *testing.T) { |
| 93 | testContent := commonUtils.TestContent{} |