-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch unit test to dedicated Armbian VM images
- Loading branch information
1 parent
4e1ed48
commit 9b9b8a7
Showing
3 changed files
with
67 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
ENABLED=true | ||
PREINSTALL="./bin/armbian-config --api module_cockpit install" in order to satisfy test case | ||
PREINSTALL="./bin/armbian-config --api module_cockpit install" # in order to satisfy test case | ||
CONDITION="[ -f /usr/bin/cockpit-bridge ]" | ||
RELEASE="bookworm:jammy:noble" run on specific or leave empty to run on all | ||
RELEASE="bookworm:noble" # run on specific or leave empty to run on all | ||
|
||
function testcase { | ||
echo "Start test" | ||
./bin/armbian-config --api module_cockpit install | ||
#[ -f /usr/bin/cockpit-bridge ] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ls --color=tty 0,00s user 0,00s system 88% cpu 0,003 total |