Skip to content

Commit 4285215

Browse files
kalyazinpb8o
authored andcommitted
fix(tests): include t2cl back in rdmsr/wrmsr tests
The T2CL CPU template had been removed by mistake during refactoring. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 7ef80de commit 4285215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_cpu_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_brand_string(test_microvm_with_api, network_config):
227227
# fmt: on
228228

229229

230-
MSR_SUPPORTED_TEMPLATES = ["T2A", "T2S"]
230+
MSR_SUPPORTED_TEMPLATES = ["T2A", "T2CL", "T2S"]
231231

232232

233233
@pytest.fixture(

0 commit comments

Comments
 (0)