[AETHER-3138] ROC Umbrella - Upgrading to new onos-config

Change-Id: Iae9131b084ac752f779cd24299052863ebdf5841
diff --git a/Makefile b/Makefile
index 6d9f127..1e858c7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 all: test
 
 test: # @HELP run the acceptance tests
-test: deps yang-lint
+test: deps
 
 roc-test: # @HELP run the integration tests
 roc-test: deps # @HELP run the integration tests
@@ -33,17 +33,5 @@
         {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \
     '
 
-pyang:
-	pyang -v || pip install pyang
-
-yang-lint: pyang
-	pyang --lint ./config-models/aether-1.x/files/yang/*.yang
-	pyang --lint --lint-ensure-hyphenated-names -W error ./config-models/aether-2.0.x/files/yang/*.yang -p ./config-models/aether-2.0.x/files/yang
-	pyang --lint ./config-models/aether-2.1.x/files/yang/*.yang
-	pyang --lint ./config-models/aether-2.2.x/files/yang/*.yang
-	pyang --lint ./config-models/aether-3.x/files/yang/*.yang
-	pyang --lint --lint-ensure-hyphenated-names -W error ./config-models/aether-4.x/files/yang/*.yang -p ./config-models/aether-4.x/files/yang
-	pyang --lint --lint-ensure-hyphenated-names -W error ./config-models/plproxy-1.x/files/yang/*.yang -p ./config-models/plproxy-1.x/files/yang
-
 reuse-lint:
-	reuse --root . lint
\ No newline at end of file
+	reuse --root . lint