Lines Matching full:node
91 …self.vm = iotests.VM().add_drive(test_img, "node-name=top,backing.node-name=mid,backing.backing.no…
169 self.assert_qmp(result, 'error/desc', "Cannot find device='' nor node-name='badfile'")
175 self.assert_qmp(result, 'error/desc', "Cannot find device='' nor node-name='badfile'")
181 self.assert_qmp(result, 'error/desc', "'top-node' and 'top' are mutually exclusive")
187 self.assert_qmp(result, 'error/desc', "'base-node' and 'base' are mutually exclusive")
252 # Tests that the insertion of the commit_top filter node doesn't make a
272 self.assert_qmp(result, 'return[0]/node-name', 'top')
273 self.assert_qmp(result, 'return[0]/backing/node-name', 'mid')
274 self.assert_qmp(result, 'return[0]/backing/backing/node-name', 'base')
435 # This tests what happens when the overlay image of the 'top' node
757 'node-name': 'top-filter',
761 'node-name': 'cow-3',
768 'node-name': 'cow-2',
775 'node-name': 'cow-1',
782 'node-name': 'bottom-filter',
786 'node-name': 'cow-0',
810 def get_filename(self, node): argument
811 return self.vm.node_info(node)['image']['filename']
848 # to point to the base node (so we can test that top-filter is
857 self.assert_qmp(result, 'error/desc', 'Node top-filter is in use')
875 self.assertEqual(drv0['inserted']['node-name'], 'cow-2')
911 'node-name': 'top',
918 'node-name': 'base',