~simpoir/landscape-client-charm/charm_push_target

« back to all changes in this revision

Viewing changes to TESTING

  • Committer: David Britton
  • Date: 2014-12-17 23:42:31 UTC
  • mfrom: (49.1.11 fix-integration-tests)
  • Revision ID: dpb@canonical.com-20141217234231-1mlmxjnv8ghnv8qp
Merging fix-integration-tests. [f=1399312] [r=andreas,blackboxsw]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Simple end-to-end testing can be performed by:
2
 
 
3
 
  cd tests
4
 
  make build
5
 
  ./test.sh
 
1
Simple end-to-end testing can be performed by running the files in order:
 
2
 
 
3
  ./tests/00-*
 
4
  ./tests/10-*
 
5
  ...
 
6
 
 
7
Environment overrides for end-to-end testing:
 
8
 
 
9
  LANDSCAPE_CLIENT_CHARM_ORIGIN - will override the 'origin' juju config
 
10
 
 
11
Also other tests are available and should pass:
 
12
 
 
13
  make lint
 
14
  make test
 
15
  charm proof
 
16
 
 
17
Enjoy!