Skip to content

Commit

Permalink
ceph-volume tests run to log_descriptors, verifying utf-8
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
Alfredo Deza committed Jul 27, 2018
1 parent c66846d commit 991ad3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ceph-volume/ceph_volume/tests/test_process.py
Expand Up @@ -75,3 +75,9 @@ def test_stdin(self):

def test_unicode_encoding(self):
process.call(['echo', u'\xd0'])


class TestFunctionalRun(object):

def test_log_descriptors(self):
process.run(['ls', '-l'])

0 comments on commit 991ad3a

Please sign in to comment.