Feature 8170: deploy OSM services with a helm chart
[osm/devops.git] / devops-stages / stage-test.sh
index 4f32d7e..4635421 100755 (executable)
@@ -38,3 +38,10 @@ for charm in $OLD_CHARMS_NAMES; do
         cd "${CURRENT_DIR}"
     fi
 done
+
+# Execute linting test for OSM helm chart
+helm lint installers/helm/osm
+
+# Execute datree test for OSM helm chart
+# helm datree test installers/helm/osm --verbose
+