Skip to content

Commit

Permalink
scenarios/lp1888395: add missing test case (canonical#844)
Browse files Browse the repository at this point in the history
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
xmkg authored Apr 26, 2024
1 parent 3a2f80c commit ef96ae7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hotsos/defs/scenarios/openstack/nova/bugs/lp1888395.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ checks:
has_1888395_pt1:
input:
path: 'var/log/nova/nova-compute.log'
expr: '([\d-]+) [\d:]+\.\d{3} .+NotImplementedError: Cannot load ''vifs'' in the base class'
expr: '([\d-]+) [\d:]+\.\d{3} .+NotImplementedError: Cannot load ''vif_type'' in the base class'
hint: 'NotImplementedError'
has_1888395_pt2:
apt:
Expand Down
11 changes: 11 additions & 0 deletions hotsos/defs/tests/scenarios/openstack/nova/bugs/lp1888395.yaml
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

0 comments on commit ef96ae7

Please sign in to comment.