SPEC-3482: handle new package name
[src/qa-testdefinitions.git] / common / scripts / application-lifecycle.sh
index 0935fd2..c03602e 100755 (executable)
@@ -51,7 +51,7 @@ grep -o '[a-z-]*.wgt' index.html | sort | uniq |
 while read wgtfile
 do
        # remove extension and the debug state
-       WGTNAME=$(echo $wgtfile | sed 's,.wgt$,,' | sed 's,-debug$,,')
+       WGTNAME=$(echo $wgtfile | sed 's,.wgt$,,' | sed 's,-debug$,,' | sed 's,-test$,,' | sed 's,-coverage$,,')
        SERVICE_PLATFORM=0
        SERVICE_USER=0
        APPLICATION_USER=0
@@ -209,6 +209,7 @@ do
        if [ $? -ne 0 ];then
                echo "ERROR: afm-util start"
                lava-test-case afm-util-start-$WGTNAME --result fail
+               journalctl -an 200
                continue
        else
                lava-test-case afm-util-start-$WGTNAME --result pass
@@ -275,6 +276,7 @@ do
        if [ $? -ne 0 ];then
                echo "ERROR: afm-util start2"
                lava-test-case afm-util-start2-$WGTNAME --result fail
+               journalctl -an 200
                continue
        else
                lava-test-case afm-util-start2-$WGTNAME --result pass