test(multiplayer): harden agones allocation gate

This commit is contained in:
Josh Creek
2026-09-01 18:16:54 +01:00
parent e3fad7064b
commit 7c044b7094
7 changed files with 133 additions and 15 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ class FleetManifestTest(unittest.TestCase):
self.assertIn("Agones lifecycle smoke", runner)
self.assertIn("--control-plane-url=", runner)
self.assertIn("--allocated-mode", runner)
self.assertIn("dynamic UDP port", runner)
validator = (ROOT / "scripts/verify_agones_allocation_response.py").read_text()
self.assertIn("game UDP port", validator)
if __name__ == "__main__":