~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to test/functional/tests.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# Constraints are set first from the test config, then from
50
50
# /etc/swift/swift.conf if it exists. If swift.conf doesn't exist,
51
51
# then limit test coverage. This allows SAIO tests to work fine but
52
 
# requires remote funtional testing to know something about the cluster
 
52
# requires remote functional testing to know something about the cluster
53
53
# that is being tested.
54
54
config = get_config('func_test')
55
55
for k in default_constraints: