[Chapel Merge] Change zmq tests to use port 5556 instead of 5555

Branch: refs/heads/main
Revision: c5a8e28
Author: mppf
Log Message:

Merge pull request #18041 from mppf/change-zmq-tests-port

Change zmq tests to use port 5556 instead of 5555

5555 is the default port for Arkouda so that can
cause problems when somebody is also doing an Arkouda
experiment on the same system.

Reviewed by @ronawho - thanks!

Modified Files:
M test/library/packages/ZMQ/hello.chpl

M test/library/packages/ZMQ/interop-py/client.py
M test/library/packages/ZMQ/interop-py/server.chpl
M test/library/packages/ZMQ/multilocale/hello-multilocale.chpl
M test/library/packages/ZMQ/multilocale/req-rep.chpl
M test/library/packages/ZMQ/pair.chpl
M test/library/packages/ZMQ/req-rep.chpl

Compare: https://github.com/chapel-lang/chapel/compare/3e2b9da1fa7b...c5a8e2859324