Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5476 from GabyCT/topic/addstressngmakefile
Browse files Browse the repository at this point in the history
makefile: Add scalability testing
  • Loading branch information
GabyCT authored Feb 22, 2023
2 parents ed65d8c + f29567c commit 339affb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ stability:
cd stability && ./hypervisor_stability_kill_test.sh

stability-baremetal:
cd stability && \
bash -f stressng.sh
bash -f stability/stressng.sh
bash -f stability/scability_test.sh 100 10

# If hypervisor is dragonball, the default path to keep pod info is /run/kata. Meanwhile, there is
# no independent hypervisor process for dragonball, so disale hypervisor_stability_kill_test.sh
Expand Down

0 comments on commit 339affb

Please sign in to comment.