diff --git a/test/arm_template_deploy.py b/test/arm_template_deploy.py index dfd6da01..ac8d8303 100644 --- a/test/arm_template_deploy.py +++ b/test/arm_template_deploy.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. """ Class used for testing Azure ARM template-based deployment. diff --git a/test/check_node_basic_fileops.sh b/test/check_node_basic_fileops.sh index 2c2099e9..b1a68d1e 100644 --- a/test/check_node_basic_fileops.sh +++ b/test/check_node_basic_fileops.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. # Simple file operations check for a vFXT controller that has mounted three # vFXT nodes. These checks do operations such as writing a file in one mount, diff --git a/test/conftest.py b/test/conftest.py index ab2c28ef..27822991 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. + # standard imports import json import logging diff --git a/test/lib/helpers.py b/test/lib/helpers.py index 34abd866..671a39a5 100644 --- a/test/lib/helpers.py +++ b/test/lib/helpers.py @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. + # standard imports import ast import logging diff --git a/test/test_edasim.py b/test/test_edasim.py index ae5301bf..3de6c089 100644 --- a/test/test_edasim.py +++ b/test/test_edasim.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. """ Driver for testing EDASIM diff --git a/test/test_vdbench.py b/test/test_vdbench.py index 0d838fd6..fd187e95 100644 --- a/test/test_vdbench.py +++ b/test/test_vdbench.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. """ Driver for testing Azure ARM template-based deployment of the Avere vFXT. diff --git a/test/test_vfxt_cluster_status.py b/test/test_vfxt_cluster_status.py index 072ea3da..a639f88d 100644 --- a/test/test_vfxt_cluster_status.py +++ b/test/test_vfxt_cluster_status.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. """vFXT cluster health status checks.""" diff --git a/test/test_vfxt_template_deploy.py b/test/test_vfxt_template_deploy.py index 549adc5d..73b4fd5f 100755 --- a/test/test_vfxt_template_deploy.py +++ b/test/test_vfxt_template_deploy.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE-CODE in the project root for license information. """ Driver for testing Azure ARM template-based deployment of the Avere vFXT.