Fix dependencies on VPN-AVRO model deleted with PCVS examples
[policy/apex-pdp.git] / tools / model-generator / src / test / java / org / onap / policy / apex / tools / model / generator / model2cli / Model2CliTest.java
index 82c7a24..b27c168 100644 (file)
@@ -79,11 +79,6 @@ public class Model2CliTest {
         assertTrue(outputString.contains("gen-model2cli: error with '-o' option: \"file already exists\""));
     }
 
-    @Test
-    public void testModel2CliAvro() throws IOException {
-        testModel2CliModel("target/examples/models/pcvs/vpnsla", "vpnsla");
-    }
-
     @Test
     public void testModel2CliAadm() throws IOException {
         testModel2CliModel("target/examples/models/AADM", "AADMPolicyModel");