From 3e7b3e72b8c82af5ed8ebb00ac22f70f8178f7a2 Mon Sep 17 00:00:00 2001 From: Andrey Cheptsov Date: Thu, 26 Mar 2026 11:46:57 +0100 Subject: [PATCH] Update Azure integrity test for H100 NVL and H200 GPUs Add H100NVL and H200 to expected GPU names in test_gpu_presented following the addition of these VM series in #220. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/integrity_tests/test_azure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/integrity_tests/test_azure.py b/src/integrity_tests/test_azure.py index e55bd37..73f6b5e 100644 --- a/src/integrity_tests/test_azure.py +++ b/src/integrity_tests/test_azure.py @@ -94,6 +94,8 @@ def test_gpu_presented(self, data_rows: list[dict]): expected_gpus = { "A100", "A10", + "H100NVL", + "H200", "T4", "V100", }