Changeset 76553 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ
- Timestamp:
- Jan 1, 2019 1:45:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127855
- Location:
- trunk/src/VBox/ValidationKit/utils/TestExecServ
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk
r71000 r76553 5 5 6 6 # 7 # Copyright (C) 2010-201 7Oracle Corporation7 # Copyright (C) 2010-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r73097 r76553 5 5 6 6 /* 7 * Copyright (C) 2010-201 7Oracle Corporation7 * Copyright (C) 2010-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h
r76531 r76553 5 5 6 6 /* 7 * Copyright (C) 2010-201 7Oracle Corporation7 * Copyright (C) 2010-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceSerial.cpp
r71001 r76553 5 5 6 6 /* 7 * Copyright (C) 2018 Oracle Corporation7 * Copyright (C) 2018-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2010-201 7Oracle Corporation7 * Copyright (C) 2010-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
r69111 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh
r72521 r76553 5 5 6 6 # 7 # Copyright (C) 2018 Oracle Corporation7 # Copyright (C) 2018-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
r69111 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/solaris/vboxtxs.sh
r69111 r76553 5 5 6 6 # 7 # Copyright (C) 2010-201 7Oracle Corporation7 # Copyright (C) 2010-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs-nat.cmd
r69227 r76553 5 5 @REM 6 6 REM 7 REM Copyright (C) 2006-201 7Oracle Corporation7 REM Copyright (C) 2006-2019 Oracle Corporation 8 8 REM 9 9 REM This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs.cmd
r69227 r76553 5 5 @REM 6 6 REM 7 REM Copyright (C) 2006-201 7Oracle Corporation7 REM Copyright (C) 2006-2019 Oracle Corporation 8 8 REM 9 9 REM This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.