From: Waldemar Kozaczuk <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

Fixed httpserver file system integration test

Signed-off-by: Waldemar Kozaczuk <[email protected]>

---
diff --git a/modules/httpserver-api/tests/api/testfs.py b/modules/httpserver-api/tests/api/testfs.py
--- a/modules/httpserver-api/tests/api/testfs.py
+++ b/modules/httpserver-api/tests/api/testfs.py
@@ -7,10 +7,10 @@ def test_getfs(self):
         ls = self.curl(get_path)
         val = ls[0]
         self.assertEqual(val["mount"], "/")
-        self.assertGreaterEqual(val["ffree"], 20000000)
-        self.assertGreaterEqual(val["ftotal"], 20000000)
-        self.assertGreaterEqual(val["bfree"], 20000000)
-        self.assertGreaterEqual(val["btotal"], 20000000)
+        self.assertGreaterEqual(val["ffree"], 200000)
+        self.assertGreaterEqual(val["ftotal"], 200000)
+        self.assertGreaterEqual(val["bfree"], 200000)
+        self.assertGreaterEqual(val["btotal"], 200000)
         self.assertEqual(val["filesystem"], "/dev/vblk0.1")

     @classmethod

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/000000000000b1199e058f05e30a%40google.com.

Reply via email to