Added author to files
This commit is contained in:
parent
ce633af3d1
commit
a6a10d3a1a
|
@ -6,7 +6,7 @@ from botocore.exceptions import ClientError
|
|||
|
||||
from common.cloud.aws_instance import AwsInstance
|
||||
|
||||
__author__ = 'itay.mizeretz'
|
||||
__author__ = ['itay.mizeretz', 'shay.nehmad']
|
||||
|
||||
INSTANCE_INFORMATION_LIST_KEY = 'InstanceInformationList'
|
||||
INSTANCE_ID_KEY = 'InstanceId'
|
||||
|
|
|
@ -4,6 +4,9 @@ from aws_service import filter_instance_data_from_aws_response
|
|||
import json
|
||||
|
||||
|
||||
__author__ = 'shay.nehmad'
|
||||
|
||||
|
||||
class TestFilter_instance_data_from_aws_response(TestCase):
|
||||
def test_filter_instance_data_from_aws_response(self):
|
||||
json_response_full = """
|
||||
|
|
Loading…
Reference in New Issue