6 The portspan test verifies that the portspan option to the ORB_init() call
7 behaves correctly. This option allows you to restrict the port that a
8 server-side ORB will use to listen for IIOP requests, from a given range
9 of port numbers, starting at a given initial port.
11 The test works by starting a simple ORB on an endpoint with a portspan of 2.
12 server -ORBEndpoint iiop://:5555/portspan=2
13 The test script does this three times and reports an error if the first two
14 don't succeed, or if the third call doesn't fail.