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: use the real model assertion when creating the core test image #1845
Conversation
|
\o/ Looks good to me |
niemeyer
reviewed
Sep 5, 2016
| - cp $TESTSLIB/assertions/developer1.account $STORE_DIR/asserts | ||
| - cp $TESTSLIB/assertions/developer1.account-key $STORE_DIR/asserts | ||
| + # FIXME: fetch directly once its in the assertion service | ||
| + cat > $IMAGE_HOME/pc.model <<EOF |
niemeyer
Sep 5, 2016
Contributor
The file should probably go into $TESTS/lib/pc-amd64.model and be copied. Okay to do that later, though.
niemeyer
reviewed
Sep 5, 2016
| - | ||
| - # teardown store | ||
| - teardown_store fake $STORE_DIR | ||
| + /tmp/go/bin/ubuntu-device-flash core 16 $IMAGE_HOME/pc.model --channel edge --install snapweb --install $IMAGE_HOME/ubuntu-core_*.snap --output $IMAGE_HOME/$IMAGE |
niemeyer
merged commit be531e3
into
snapcore:master
Sep 5, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvo5 commentedSep 4, 2016
No description provided.