mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
s390x: remove pmu from test
Remove pmu option because it is not used and the test TestQemuS390xCPUModel fails because the option is present Fixes: #1329 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
@@ -30,7 +30,7 @@ func TestQemuS390xCPUModel(t *testing.T) {
|
||||
assert.Equal(expectedOut, model)
|
||||
|
||||
s390x.enableNestingChecks()
|
||||
expectedOut = defaultCPUModel + ",pmu=off"
|
||||
expectedOut = defaultCPUModel
|
||||
model = s390x.cpuModel()
|
||||
assert.Equal(expectedOut, model)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user