vtkSMTestDriverConfig.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 /* #undef PV_TEST_INIT_COMMAND */
4 /* #undef PV_TEST_CLEAN_COMMAND */
5 
6 // host name for the client used when running reverse connect test.
7 #define PV_TEST_CLIENT "localhost"
8 
9 // ssh command to connect to remote machine, usually ssh -l kitware dash8
10 /* #undef PV_SSH_FLAGS */
11 
12 // shell script to execute server, should contain proper port...
13 // This line won't be split into smaller arguments
14 /* #undef PV_SETUP_SCRIPT */
15 
16 // if defined we use random port numbers for testing (needed for parallel
17 // tests).
18 #define PV_TEST_USE_RANDOM_PORTS