mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
# Automatic testing for snappy ## qemu based x86 testing Run locally with: $ adt-run $(pwd)/ --- ssh -s snappy -- -i /path/to/snappy.img ## BeagleBoneBlack real HW testing With autopkgtest 3.14 it can also drive a BBB directly, this requires that the bbb contains a clean image. Then run: $ adt-run $(pwd)/ --- ssh --reboot -l ubuntu -P ubuntu --reboot -H webdm.local ## Native Go tests Having golang installed, you can execute the full suite (including both go and shell tests) with: $ go run _integration-test/main.go