Need to make assert_that(stderr, is_(empty())) more smart

Bug #1664933 reported by Anastasia Kuznetsova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Stepler
New
Undecided
Unassigned

Bug Description

During running cli tests on node with newer clients than in requirements.txt some tests failed with following errors:

if check:
> assert_that(stderr, is_(empty()))
E AssertionError:
E Expected: an empty collection
E but: was 'WARNING (shell) "heat stack-delete" is deprecated, please use "openstack stack delete" instead'

Clients are newer thus some calls are deprecated.
We will face these fails when clients in requirements are updated, so need to rewrite such assert_that now to ignore such warnings in future.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.