Moving smoke test suite and some tests from main suite to snaps-state tool

This commit is contained in:
Sergio Cazzolato
2020-09-30 14:41:11 -03:00
parent c4c8b0b679
commit 9be34ab482
32 changed files with 44 additions and 112 deletions

View File

@@ -11,9 +11,7 @@ environment:
prepare: |
echo "Given a snap with a failing command is installed"
#shellcheck source=tests/lib/snaps.sh
. "$TESTSLIB"/snaps.sh
install_local "$SNAP_NAME"
"$TESTSTOOLS"/snaps-state install-local "$SNAP_NAME"
execute: |
echo "Install unexisting snap prints error"