Skip to content

Commit

Permalink
Merge pull request avocado-framework-tests#2857 from abdhaleegit/cput…
Browse files Browse the repository at this point in the history
…estfix

Rename cpustress.py to cpuhotplug.py
  • Loading branch information
PraveenPenguin authored Jul 15, 2024
2 parents ce79831 + 28b14da commit b45ee53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/cpustress.py → cpu/cpuhotplug.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def collect_dmesg(object):
object.whiteboard = process.system_output("dmesg").decode('utf-8')


class cpustresstest(Test):
class cpuHotplug(Test):

"""
Test to stress the CPU's and its functionality.
Expand Down
File renamed without changes.

0 comments on commit b45ee53

Please sign in to comment.