Merge lp:~elopio/snappy/integration_readme_go_setup into lp:~snappy-dev/snappy/snappy-moved-to-github

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 597
Merged at revision: 597
Proposed branch: lp:~elopio/snappy/integration_readme_go_setup
Merge into: lp:~snappy-dev/snappy/snappy-moved-to-github
Diff against target: 16 lines (+6/-0)
1 file modified
_integration-tests/README.md (+6/-0)
To merge this branch: bzr merge lp:~elopio/snappy/integration_readme_go_setup
Reviewer Review Type Date Requested Status
Federico Gimenez (community) Approve
Review via email: mp+265572@code.launchpad.net

Commit message

Added instructions to set up the project in the _integration-tests readme.

To post a comment you must log in.
Revision history for this message
Federico Gimenez (fgimenez) wrote :

LGTM

review: Approve
Revision history for this message
Snappy Tarmac (snappydevtarmac) wrote :

The attempt to merge lp:~elopio/snappy/integration_readme_go_setup into lp:snappy failed. Below is the output from the failed tests.

Checking docs
Checking formatting

# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT

# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/src/launchpad.net/snappy
cp -a . $GOPATH/src/launchpad.net/snappy/
cd $GOPATH/src/launchpad.net/snappy

./run-checks

if which goctest >/dev/null; then
    goctest="goctest"
else
    goctest="go test"
fi

echo Checking docs
./mdlint.py docs/*.md

echo Checking formatting
fmt=$(gofmt -l .)
./run-checks: 15: ./run-checks: gofmt: not found

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '_integration-tests/README.md'
2--- _integration-tests/README.md 2015-07-22 14:34:34 +0000
3+++ _integration-tests/README.md 2015-07-22 16:50:04 +0000
4@@ -9,6 +9,12 @@
5
6 * Internet access in the test bed.
7
8+## Setting up the project
9+
10+First you need to set up the GOPATH, get the snappy sources and the
11+dependencies as explained in the `README.md` that is located at the root of the
12+branch.
13+
14 ## Testing a virtual machine
15
16 You can execute the full integration suite in a local virtual machine with:

Subscribers

People subscribed via source and target branches