| Conditions | 1 | 
| Total Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | # Licensed to the StackStorm, Inc ('StackStorm') under one or more | 
            ||
| 32 | def test_run_blank_identifier_input(self):  | 
            ||
| 33 | action = self.get_action_instance(self.new_config)  | 
            ||
| 34 | self.assertRaises(ValueError, action.run, vm_id=None,  | 
            ||
| 35 | vm_name=None, network_name=None,  | 
            ||
| 36 | network_adapter=None, vsphere="default")  | 
            ||
| 37 |