Add copyright notice to /test source files

This commit is contained in:
Omar Zevallos 2019-02-21 11:49:58 -05:00
Родитель 2b97c3bb8c
Коммит 7a28ca3209
8 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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,

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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.

Просмотреть файл

@ -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."""

Просмотреть файл

@ -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.