Changeset 98103 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/ValidationKit/tests
- Files:
-
- 57 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/__init__.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 2Oracle and/or its affiliates.10 Copyright (C) 2012-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/additions/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r97673 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97690 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-202 2Oracle and/or its affiliates.10 Copyright (C) 2010-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/__init__.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 2Oracle and/or its affiliates.10 Copyright (C) 2012-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdApi1.py
r97935 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py
r98090 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdCreateVMWithDefaults1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
r97673 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/api/tdTreeDepth1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/audio/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2021-202 2Oracle and/or its affiliates.7 # Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r96407 r98103 12 12 __copyright__ = \ 13 13 """ 14 Copyright (C) 2021-202 2Oracle and/or its affiliates.14 Copyright (C) 2021-2023 Oracle and/or its affiliates. 15 15 16 16 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/audio/tdGuestHostTimings.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 2Oracle and/or its affiliates.10 Copyright (C) 2012-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/autostart/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2013-202 2Oracle and/or its affiliates.7 # Copyright (C) 2013-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r97673 r98103 7 7 __copyright__ = \ 8 8 """ 9 Copyright (C) 2013-202 2Oracle and/or its affiliates.9 Copyright (C) 2013-2023 Oracle and/or its affiliates. 10 10 11 11 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/benchmarks/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark2.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/cpu/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/cpu/tdCpuPae1.py
r96407 r98103 12 12 __copyright__ = \ 13 13 """ 14 Copyright (C) 2010-202 2Oracle and/or its affiliates.14 Copyright (C) 2010-2023 Oracle and/or its affiliates. 15 15 16 16 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/installation/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstOs2.py
r97673 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r97673 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/network/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/network/tdNetBenchmark1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/selftests/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/selftests/tdSelfTest1.py
r96407 r98103 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 2Oracle and/or its affiliates.13 Copyright (C) 2012-2023 Oracle and/or its affiliates. 14 14 15 15 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/selftests/tdSelfTest2.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/selftests/tdSelfTest3.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/selftests/tdSelfTest4.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/serial/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2018-202 2Oracle and/or its affiliates.7 # Copyright (C) 2018-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/serial/loopback.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2018-202 2Oracle and/or its affiliates.10 Copyright (C) 2018-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/serial/tdSerial1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2018-202 2Oracle and/or its affiliates.11 Copyright (C) 2018-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/shutdown/tdGuestOsShutdown1.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-202 2Oracle and/or its affiliates.10 Copyright (C) 2010-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/smoketests/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/smoketests/tdExoticOrAncient1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2012-202 2Oracle and/or its affiliates.7 # Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2016-202 2Oracle and/or its affiliates.10 Copyright (C) 2016-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2016-202 2Oracle and/or its affiliates.10 Copyright (C) 2016-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 2Oracle and/or its affiliates.11 Copyright (C) 2012-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py
r97673 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2013-202 2Oracle and/or its affiliates.10 Copyright (C) 2013-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2013-202 2Oracle and/or its affiliates.11 Copyright (C) 2013-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 2Oracle and/or its affiliates.10 Copyright (C) 2012-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/teleportation/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/teleportation/tdTeleportLocal1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-202 2Oracle and/or its affiliates.11 Copyright (C) 2010-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/unittests/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/usb/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2014-202 2Oracle and/or its affiliates.7 # Copyright (C) 2014-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r96407 r98103 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2014-202 2Oracle and/or its affiliates.11 Copyright (C) 2014-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py
r96407 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2016-202 2Oracle and/or its affiliates.10 Copyright (C) 2016-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py
r97673 r98103 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-202 2Oracle and/or its affiliates.10 Copyright (C) 2010-2023 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.