Skip to content

Commit

Permalink
Check known issue by module_stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed Aug 22, 2023
1 parent 6d5fe51 commit 5586d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/network_device_ops/hot_remove_network_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
tags:
- known_issue
when:
- remove_adapter.rc is defined
- remove_adapter.rc == 1
- remove_adapter.module_stderr is defined
- remove_adapter.module_stderr is match(".*The guest operating system did not respond to a hot-remove request for device '.*' in a timely manner.*")
- adapter_type == "pvrdma"
- esxi_version is version('7.0.0', '>=')
- esxi_version is version('8.0.0', '<')
Expand Down

0 comments on commit 5586d96

Please sign in to comment.