Skip to content

Commit

Permalink
Merge pull request #2741 from Geet2/numa_test_rename
Browse files Browse the repository at this point in the history
Rename test 'test' to 'test_basic' in order to run singly
  • Loading branch information
PraveenPenguin authored Dec 9, 2023
2 parents b93a09e + dffc6d2 commit f3622e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/numactl.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def numa_ping(self, cmd):
if " 0% packet loss" not in output:
self.cancel("failed due to packet loss")

def test(self):
def test_basic(self):

if build.make(self.sourcedir, extra_args='-k -j 1'
' test', ignore_status=True):
Expand Down

0 comments on commit f3622e7

Please sign in to comment.