Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
tests: add manual tests for the kernel snaps #1198
Conversation
| + | ||
| +1. Get the PC kernel source: | ||
| + | ||
| + $ bzr branch lp:pc-kernel-snap |
| + $ kvm -smp 2 -m 1500 -netdev user,id=mynet0,hostfwd=tcp::8022-:22,hostfwd=tcp::8090-:80 -device virtio-net-pci,netdev=mynet0 -drive file=ubuntu-core-16/pc.img,format=raw | ||
| + | ||
| + * Check that the user can be created. | ||
| + * Check that it's possible to ssh into the board. |
| + * Check that it's possible to install a snap. | ||
| + | ||
| + | ||
| +# Test the dragonboar 410c kernel. |
elopio
added some commits
Mar 17, 2017
| + | ||
| +1. Get the PC kernel source: | ||
| + | ||
| + $ git clone -b pc https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/xenial |
sergiusens
Mar 22, 2017
Collaborator
hmm, this kernel snap does not use the kernel plugin, we can still use it but meh
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/xenial/tree/snapcraft.yaml?h=pc
sergiusens
merged commit cf7df7e
into
snapcore:master
Mar 22, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
elopio
deleted the
elopio:kernel_manual_tests
branch
Mar 22, 2017
added a commit
that referenced
this pull request
Mar 27, 2017
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elopio commentedMar 17, 2017
LP: #1590258