Fix revert template changes test
This commit is contained in:
parent
8cc31e86a7
commit
d7fd66070a
@ -392,7 +392,8 @@ class TC_03_QvmRevertTemplateChanges(qubes.tests.SystemTestsMixin,
|
||||
self.save_and_reload_db()
|
||||
|
||||
def get_rootimg_checksum(self):
|
||||
p = subprocess.Popen(['sha1sum', self.test_template.root_img],
|
||||
p = subprocess.Popen(
|
||||
['sha1sum', self.test_template.volumes['root'].vid],
|
||||
stdout=subprocess.PIPE)
|
||||
return p.communicate()[0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user