File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed
integration_tests/security Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "firecracker_version" : " 1.13 .0-dev" ,
3
- "kernel_version" : " 5.10.238-234.956 .amzn2.x86_64" ,
4
- "microcode_version" : " 0xa101154 " ,
2
+ "firecracker_version" : " 1.14 .0-dev" ,
3
+ "kernel_version" : " 5.10.244-240.965 .amzn2.x86_64" ,
4
+ "microcode_version" : " 0xa101156 " ,
5
5
"bios_version" : " 1.0" ,
6
- "bios_revision" : " 2.21 " ,
6
+ "bios_revision" : " 2.23 " ,
7
7
"guest_cpu_config" : {
8
8
"kvm_capabilities" : [],
9
9
"cpuid_modifiers" : [
1494
1494
},
1495
1495
{
1496
1496
"register" : " ecx" ,
1497
- "bitmap" : " 0b00000000000000000010000000000000 "
1497
+ "bitmap" : " 0b00000000000000000110000000000000 "
1498
1498
},
1499
1499
{
1500
1500
"register" : " edx" ,
1501
1501
"bitmap" : " 0b00000000000000000000000000000000"
1502
1502
}
1503
1503
]
1504
1504
}
1505
-
1506
1505
],
1507
1506
"msr_modifiers" : [
1508
1507
{
1635
1634
}
1636
1635
]
1637
1636
}
1638
- }
1637
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "firecracker_version" : " 1.13 .0-dev" ,
3
- "kernel_version" : " 5.10.238-234.956 .amzn2.x86_64" ,
4
- "microcode_version" : " 0xa0011db " ,
2
+ "firecracker_version" : " 1.14 .0-dev" ,
3
+ "kernel_version" : " 5.10.244-240.965 .amzn2.x86_64" ,
4
+ "microcode_version" : " 0xa0011de " ,
5
5
"bios_version" : " 1.0" ,
6
- "bios_revision" : " 0.94 " ,
6
+ "bios_revision" : " 0.98 " ,
7
7
"guest_cpu_config" : {
8
8
"kvm_capabilities" : [],
9
9
"cpuid_modifiers" : [
1402
1402
},
1403
1403
{
1404
1404
"register" : " ecx" ,
1405
- "bitmap" : " 0b00000000000000000010000000000000 "
1405
+ "bitmap" : " 0b00000000000000000110000000000000 "
1406
1406
},
1407
1407
{
1408
1408
"register" : " edx" ,
1542
1542
}
1543
1543
]
1544
1544
}
1545
- }
1545
+ }
Original file line number Diff line number Diff line change 11
11
12
12
import pytest
13
13
import requests
14
- from packaging import version
15
14
16
15
from framework import utils
17
16
from framework .ab_test import git_clone
18
17
from framework .microvm import MicroVMFactory
19
18
from framework .properties import global_props
20
- from framework .utils_cpuid import CpuVendor , get_cpu_vendor
21
19
22
20
CHECKER_URL = "https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh"
23
21
CHECKER_FILENAME = "spectre-meltdown-checker.sh"
@@ -134,8 +132,6 @@ def get_vuln_files_exception_dict(template):
134
132
"""
135
133
Returns a dictionary of expected values for vulnerability files requiring special treatment.
136
134
"""
137
- host_kernel_version = version .parse (utils .get_kernel_version ())
138
- cpu_vendor = get_cpu_vendor ()
139
135
exception_dict = {}
140
136
141
137
# Exception for mmio_stale_data
You can’t perform that action at this time.
0 commit comments