~charm-helpers/charm-helpers/devel

« back to all changes in this revision

Viewing changes to tests/contrib/storage/test_linux_storage_lvm.py

  • Committer: Stuart Bishop
  • Date: 2014-11-25 16:06:34 UTC
  • mfrom: (158.2.46 fix-configure_sources)
  • Revision ID: stuart@stuartbishop.net-20141125160634-wo9uarwrv20ew23y
[stub, r=niedbalski,tvansteenburgh] The Return of Python 3 Support

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
import charmhelpers.contrib.storage.linux.lvm as lvm
7
7
 
8
 
PVDISPLAY = """
 
8
PVDISPLAY = b"""
9
9
  --- Physical volume ---
10
10
  PV Name               /dev/loop0
11
11
  VG Name               foo
19
19
 
20
20
"""
21
21
 
22
 
EMPTY_VG_IN_PVDISPLAY = """
 
22
EMPTY_VG_IN_PVDISPLAY = b"""
23
23
  --- Physical volume ---
24
24
  PV Name               /dev/loop0
25
25
  VG Name