Update git submodules

* Update neutron-tempest-plugin from branch 'master'
  - Merge "Check VM's console log before trying to SSH to it."
  - Check VM's console log before trying to SSH to it.
    
    Due to issue described in related bug report, it seems that it may
    happen sometimes that tempest will start trying to ssh to the instance
    before ssh key will be really configured in the instance and in such
    case it may happened that there will be AuthenticationFailure error
    always there. Even if ssh key will be configured properly later during
    the test.
    
    To workaround that issue and avoid failures of tests, this patch adds
    check if the vm is really booted and ready to ssh. It is done by
    checking console log of the VM and looking for specific string "login:"
    which appears at least in case of Cirros and Ubuntu images used in our
    CI jobs.
    In case when such string will not be found, test will continue to run
    and will still try to ssh to the instance. So in worst case it may slow
    ssh to the instance a bit but shouldn't really have any bad impact on
    test as before this patch it would probably also wait similar amount of
    time but on trying to SSH to the instance.
    
    Change-Id: I8739f17ec8b05405056fd21f59817de60af12dd8
    Related-Bug: #1892861
This commit is contained in:
Zuul 2020-10-29 09:09:01 +00:00 committed by Gerrit Code Review
parent 75c86f132b
commit 15f0346fd5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f7ccb894197c178a9fc52ecd6f4e3406129d3891
Subproject commit c10d23bdf9c0eea936cae19251aa21f22ff1da2a