~yolanda.robla/ceilometer/icehouse_ftbfs

« back to all changes in this revision

Viewing changes to debian/tests/test_python_ceilometer

  • Committer: James Page
  • Date: 2013-08-28 14:46:19 UTC
  • mfrom: (55.1.3 ceilometer)
  • Revision ID: james.page@canonical.com-20130828144619-2q8kj8ulz7unw84l
debian/control,debian/tests: Add basic autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
#-------------------------
 
3
# Testing client utilities
 
4
#-------------------------
 
5
import ceilometer
 
6
print "Imported ceilometer module OK"