forked from canonical/hotsos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scenarios/lp1888395: add missing test case (canonical#844)
corrected `vifs` with `vif_type` as stated in the LP ticket. logs obtained from https://access.redhat.com/solutions/5916611 Signed-off-by: Mustafa Kemal Gilor <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
hotsos/defs/tests/scenarios/openstack/nova/bugs/lp1888395.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
data-root: | ||
files: | ||
var/log/nova/nova-compute.log: | | ||
2023-03-30 12:43:47.278 7 ERROR oslo_messaging.rpc.server NotImplementedError: Cannot load 'vif_type' in the base class | ||
sos_commands/dpkg/dpkg_-l: | | ||
ii nova-common 2:20.1.1-0ubuntu1.1~cloud0 all OpenStack Compute - common files | ||
copy-from-original: | ||
- sos_commands/date/date | ||
raised-bugs: | ||
https://bugs.launchpad.net/bugs/1888395: >- | ||
known nova bug identified |