Update git submodules

* Update neutron-tempest-plugin from branch 'master'
  to 21874c703f3edc7ca0b8e5a621507b2eeea03cc2
  - Merge "Add "-d 1" option to the ncat client."
  - Add "-d 1" option to the ncat client.
    
    In nc run as client, when it is provided by the nmap (nmap-ncat package
    in Centos/RHEL for example) it could happend that client which was
    started with input string given through pipe (echo "test" | nc ... ) was
    closed sooner than it received response from the nc server. In such case
    nc client was finished without error (exit code 0) but also without
    printing any message from server and that causes tests failures.
    
    To avoid that there is option "-d 1" (--delay) added. According to the
    nc man page [1] this option can be used to configure "Wait between
    read/writes".
    
    [1] https://man7.org/linux/man-pages/man1/ncat.1.html
    
    Change-Id: Id49654aa5ca59eeb0585646d3fd5aa0de22337b5
This commit is contained in:
Zuul 2023-07-05 10:30:20 +00:00 committed by Gerrit Code Review
parent 58674db0da
commit dd61f77a2a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 75ce4eb4ad1cfe6c220d77a1d8d1ca106554c318
Subproject commit 21874c703f3edc7ca0b8e5a621507b2eeea03cc2