Merge "Removed print stmts in test cases"
This commit is contained in:
@@ -331,7 +331,6 @@ class ImageCacheManagerTestCase(test.TestCase):
|
|||||||
base_file1 = os.path.join(base_dir, fingerprint)
|
base_file1 = os.path.join(base_dir, fingerprint)
|
||||||
base_file2 = os.path.join(base_dir, fingerprint + '_sm')
|
base_file2 = os.path.join(base_dir, fingerprint + '_sm')
|
||||||
base_file3 = os.path.join(base_dir, fingerprint + '_10737418240')
|
base_file3 = os.path.join(base_dir, fingerprint + '_10737418240')
|
||||||
print res
|
|
||||||
self.assertTrue(res == [(base_file1, False, False),
|
self.assertTrue(res == [(base_file1, False, False),
|
||||||
(base_file2, True, False),
|
(base_file2, True, False),
|
||||||
(base_file3, False, True)])
|
(base_file3, False, True)])
|
||||||
|
|||||||
@@ -3833,7 +3833,6 @@ class IptablesFirewallTestCase(test.TestCase):
|
|||||||
if '*filter' in lines:
|
if '*filter' in lines:
|
||||||
self.out6_rules = lines
|
self.out6_rules = lines
|
||||||
return '', ''
|
return '', ''
|
||||||
print cmd, kwargs
|
|
||||||
|
|
||||||
network_model = _fake_network_info(self.stubs, 1, spectacular=True)
|
network_model = _fake_network_info(self.stubs, 1, spectacular=True)
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ def fake_execute(*args, **kwargs):
|
|||||||
else:
|
else:
|
||||||
path = args[1]
|
path = args[1]
|
||||||
append = False
|
append = False
|
||||||
print str(files)
|
|
||||||
if not path in files:
|
if not path in files:
|
||||||
files[path] = {
|
files[path] = {
|
||||||
"content": "Hello World",
|
"content": "Hello World",
|
||||||
|
|||||||
Reference in New Issue
Block a user