Update git submodules

* Update ironic from branch 'master'
  to 88fd22de796b8b936287ee0e39fed6a0bcf3b604
  - Remove most prints for unit tests
    
    Generally, print should not be used for unit tests, it may pollute
    the output stream. Right now, our internal build system is facing
    
        BlockingIOError: [Errno 11] write could not complete without blocking
    
    on prints. Especially ACL tests seem to be a big offender because they
    are vary numerous and each may print several times. Many prints in other
    tests are cryptic and probably just leftover from debugging.
    
    I only leave the API unit tests where the output is arguably useful.
    But I reduce it to one print per call since the input is already known.
    
    Change-Id: Ic5aaf9624f86b39609e2db6157c98cf8e35712fc
This commit is contained in:
Dmitry Tantsur 2023-09-15 17:29:28 +02:00 committed by Gerrit Code Review
parent 8f6a32e69e
commit c9ae4f09ab
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit 22918bde8467da0cf36e2ad939fd47afbb180998
Subproject commit 88fd22de796b8b936287ee0e39fed6a0bcf3b604