コード例 #1
0
ファイル: test_dimensiondata.py プロジェクト: n-pochet/salt
 def test_provider_matches(self):
     """
     Test that the first configured instance of a dimensiondata driver is matched
     """
     p = dimensiondata.get_configured_provider()
     self.assertNotEqual(p, None)
コード例 #2
0
ファイル: dimensiondata_test.py プロジェクト: bryson/salt
 def test_provider_matches(self):
     """
     Test that the first configured instance of a dimensiondata driver is matched
     """
     p = dimensiondata.get_configured_provider()
     self.assertNotEqual(p, None)