3 "With PARAVIEW_SSH_SERVERS_TESTING, to have the SSH Server tests pass, make " 4 "sure that the machine running the test has a SSH server running on port " 5 "2222, its own ssh public key as an authorized_keys, that 127.0.0.1 is in " 6 "the known_hosts file and that /usr/bin/xterm is available. In case of " 7 "failing tests, pvserver logs are available in " 8 "${CMAKE_CURRENT_BINARY_DIR}/sshServer-*.log")
11 "${CMAKE_CURRENT_SOURCE_DIR}/server.sh.in" 12 "${CMAKE_CURRENT_BINARY_DIR}/server.sh" @ONLY)
14 "${CMAKE_CURRENT_SOURCE_DIR}/server_rc.sh.in" 15 "${CMAKE_CURRENT_BINARY_DIR}/server_rc.sh" @ONLY)
18 "${CMAKE_CURRENT_SOURCE_DIR}/sshServers.pvsc.in" 19 "${CMAKE_CURRENT_BINARY_DIR}/sshServers.pvsc" @ONLY)
23 SimpleSSHServerAskPass
24 SimpleSSHServerTermExec
26 SSHServerPortForwarding
27 RCSSHServerPortForwarding
28 RCSSHServerPortForwardingOption
31 foreach(tname IN LISTS ssh_server_tests)
34 "${CMAKE_CURRENT_BINARY_DIR}/${tname}.xml" @ONLY)
36 list(APPEND TESTS_WITHOUT_BASELINES
37 ${CMAKE_CURRENT_BINARY_DIR}/${tname}.xml)
38 set(${tname}_DISABLE_CS TRUE)
39 set(${tname}_DISABLE_CRS TRUE)
40 # The SSH tests should not be run in parallel to avoid port collision
41 set(${tname}_FORCE_SERIAL TRUE)