Codebase list cinder-tempest-plugin / e0f7642
Merge "Remove sync call in md5 data integrity tests" Zuul authored 1 year, 11 months ago Gerrit Code Review committed 1 year, 11 months ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
109109 (mount_path, filename))
110110 md5 = ssh_client.exec_command(
111111 'sudo md5sum -b %s/%s|cut -c 1-32' % (mount_path, filename))
112 ssh_client.exec_command('sudo sync')
113112 return md5
114113
115114 def get_md5_from_file(self, instance, instance_ip, filename,