Beispiel #1
0
 def test_mounted_appdata(self):
     # Verify appdata is populated with files
     count = len(
         DockerUtil.list_test_dir(os.path.join('tmp', 'appdata', '')))
     self.assertGreaterEqual(5, count)
Beispiel #2
0
 def test_mounted_appdata(self):
     # Verify appdata is populated with files
     count = len(DockerUtil.list_test_dir("tmp/appdata/"))
     self.assertGreaterEqual(5, count)