tests: add manual tests for the kernel snaps #1198

Merged
merged 6 commits into from Mar 22, 2017

Conversation

Projects
None yet
2 participants
Member

elopio commented Mar 17, 2017

LP: #1590258

Looks good just a couple of things

manual-tests.md
+
+1. Get the PC kernel source:
+
+ $ bzr branch lp:pc-kernel-snap
@sergiusens

sergiusens Mar 17, 2017

Collaborator

has this been double checked with the kernel team?

manual-tests.md
+ $ 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.
@sergiusens

sergiusens Mar 17, 2017

Collaborator

into the vm?

manual-tests.md
+ * Check that it's possible to install a snap.
+
+
+# Test the dragonboar 410c kernel.
@sergiusens

sergiusens Mar 17, 2017

Collaborator

dragonboard

+
+1. Get the PC kernel source:
+
+ $ git clone -b pc https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-snap/+git/xenial
@sergiusens

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 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 elopio deleted the elopio:kernel_manual_tests branch Mar 22, 2017

elopio added a commit that referenced this pull request Mar 27, 2017

kalikiana 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