Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed smt.py and cpu_fold.py stop testcases #2760

Merged

Conversation

shirishaganta1
Copy link
Contributor

cpu_fold and smt stop testcases are not killing properly. So added support to kill the process properly

cpu_fold and smt stop testcases are not killing properly.
So added support to kill the process properly

Signed-off-by: Shirisha G <[email protected]>
@PraveenPenguin
Copy link
Member

@shirishaganta1 job log please

@shirishaganta1
Copy link
Contributor Author

Before:
# avocado run --max-parallel-tasks=1 smt.py
JOB ID : dbd3803194a78b223a685ea6272116e478e19e7a
JOB LOG : /home/OpTest/avocado-fvt-wrapper/results/job-2024-02-14T09.44-dbd3803/job.log
(1/2) smt.py:smt.test_smt_start: STARTED
(1/2) smt.py:smt.test_smt_start: PASS (0.30 s)
(2/2) smt.py:smt.test_smt_stop: STARTED
Terminated
After:
# avocado run --max-parallel-tasks=1 smt.py
JOB ID : 14c9feb5297e8963393f0249c6b770770c5db85f
JOB LOG : /home/OpTest/avocado-fvt-wrapper/results/job-2024-02-14T10.38-14c9feb/job.log
(1/2) smt.py:smt.test_smt_start: STARTED
(1/2) smt.py:smt.test_smt_start: PASS (0.29 s)
(2/2) smt.py:smt.test_smt_stop: STARTED
(2/2) smt.py:smt.test_smt_stop: PASS (0.35 s)
RESULTS : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : /home/OpTest/avocado-fvt-wrapper/results/job-2024-02-14T10.38-14c9feb/results.html
JOB TIME : 21.83 s

@shirishaganta1
Copy link
Contributor Author

@PraveenPenguin PraveenPenguin merged commit 885dfc9 into avocado-framework-tests:master Feb 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants