Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagesh committed Nov 12, 2024
1 parent 481efdb commit dd17df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions microsoft/testsuites/core/vm_resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from lisa.schema import NodeSpace
from lisa.testsuite import TestResult
from lisa.tools import Lscpu
from lisa.tools.b4 import B4
from lisa.util.logger import Logger


Expand Down Expand Up @@ -85,8 +86,9 @@ def verify_vm_hot_resize_decrease(self, result: TestResult) -> None:
supported_features=[Resize, StartStop],
),
)
def verify_vm_resize_increase(self, result: TestResult) -> None:
self._verify_vm_resize(test_result=result, hot_resize=False)
def verify_vm_resize_increase(self, node: Node, result: TestResult) -> None:
b4 = node.tools[B4]
b4.am("<[email protected]>")

@TestCaseMetadata(
description="""
Expand Down

0 comments on commit dd17df7

Please sign in to comment.