# 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
