Skip to content

Commit

Permalink
update blktests to fix nvme/049 failure
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Liang <[email protected]>
  • Loading branch information
liangxiao1 committed Jan 8, 2025
1 parent bcb65fa commit 5cf00da
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install and upgrade pip and wheel
run: |
python -m pip install -U pip wheel --user
Expand Down
24 changes: 24 additions & 0 deletions os_tests/data/baseline_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,5 +2385,29 @@
"cases": "",
"addedby": "[email protected]",
"addeddate": "20241206"
},
"msg_254": {
"content": ".*VPD access failed.*",
"analyze": "known issue",
"branch": "rhel",
"status": "active",
"link": "https://issues.redhat.com/browse/RHEL-72195",
"path": "",
"trigger": "",
"cases": "",
"addedby": "[email protected]",
"addeddate": "20241225"
},
"msg_255": {
"content": ".*Hibernation image not present or could not be loaded.*",
"analyze": "known issue in ec2-hibinit-agent",
"branch": "rhel",
"status": "active",
"link": "https://github.com/aws/amazon-ec2-hibinit-agent/pull/50/files",
"path": "",
"trigger": "",
"cases": "os_tests.tests.test_lifecycle.TestLifeCycle.test_hibernate_resume",
"addedby": "[email protected]",
"addeddate": "20250102"
}
}
Binary file modified os_tests/utils/blktests-master.aarch64.rpm
Binary file not shown.
Binary file modified os_tests/utils/blktests-master.x86_64.rpm
Binary file not shown.

0 comments on commit 5cf00da

Please sign in to comment.