-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(24.04): add LXD backend to Spread (#318)
--------- Co-authored-by: Philip Meulengracht <[email protected]>
- Loading branch information
1 parent
4bb6862
commit b80a9c4
Showing
2 changed files
with
42 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
summary: Integration tests for openssl | ||
|
||
execute: | | ||
rootfs="$(install-slices openssl_bins)" | ||
chroot "$rootfs" openssl --help | ||
test_sha1="4e1243bd22c66e76c2ba9eddc1f91394e57f9f83" | ||
chroot "$rootfs" openssl sha1 <<< "test" | grep $test_sha1 |