Merge pull request #266 from Ostrokrzew/volumes

Add volume test
This commit is contained in:
Katarzyna Łapińska
2020-02-06 11:41:08 +01:00
committed by GitHub
2 changed files with 175 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ class Core(Device):
if core_info["exp_obj"] != "-":
Device.__init__(self, core_info["exp_obj"])
self.cache_id = cache_id
self.partitions = []
self.block_size = None
def __get_core_info(self):
output = TestRun.executor.run(