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
| 109 | 109 |
(mount_path, filename))
|
| 110 | 110 |
md5 = ssh_client.exec_command(
|
| 111 | 111 |
'sudo md5sum -b %s/%s|cut -c 1-32' % (mount_path, filename))
|
| 112 | |
ssh_client.exec_command('sudo sync')
|
| 113 | 112 |
return md5
|
| 114 | 113 |
|
| 115 | 114 |
def get_md5_from_file(self, instance, instance_ip, filename,
|