Skip to content

Commit 7096afc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bfb1d4a commit 7096afc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/virt/node/migration_and_maintenance/test_vm_memory_load_with_migration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ class TestMigrationVMWithMemoryLoad:
6060
"memory_guest": "4Gi",
6161
"cpu_cores": 1,
6262
},
63-
marks=[
64-
pytest.mark.polarion("CNV-4661")
65-
],
63+
marks=[pytest.mark.polarion("CNV-4661")],
6664
),
6765
],
6866
indirect=True,

utilities/architecture.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ def get_cluster_architecture() -> str:
3535

3636
def is_s390x() -> bool:
3737
from utilities.constants import S390X
38+
3839
return get_cluster_architecture() == S390X
3940

4041

4142
def is_x86_64() -> bool:
4243
from utilities.constants import X86_64
44+
4345
return get_cluster_architecture() == X86_64

0 commit comments

Comments
 (0)