예제 #1
0
 def test_skip_inject_files_at_boot(self):
     agent = self._create_agent_with_value("True")
     self.assertTrue(agent._skip_inject_files_at_boot())
예제 #2
0
파일: test_agent.py 프로젝트: Juniper/nova
 def test_skip_inject_files_at_boot(self):
     agent = self._create_agent_with_value("True")
     self.assertTrue(agent._skip_inject_files_at_boot())