This commit is contained in:
rebecca-makar 2019-01-23 09:33:04 -05:00
Родитель ac4741a2fd
Коммит bd6140eff0
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -58,12 +58,12 @@ class TestEdasim:
with open(os.path.expanduser(r'~/.ssh/id_rsa.pub'), 'r') as ssh_pub_f:
ssh_pub_key = ssh_pub_f.read()
td.deploy_params = {
'namespaceName': "edasimeventhub",
'namespaceName': "edasimeventhub2",
'namespaceAuthorizationRuleName': 'edasimeventhub',
'eventHubName': 'edasimeventhub',
'eventHubName': 'edasimeventhub2',
'eventhubAuthorizationRuleName': 'edasimeventhub',
'eventhubAuthorizationRuleName1': 'edasimeventhub1',
'consumerGroupName': 'test',
'consumerGroupName': 'edasimtest',
}
logging.debug('> Generated deploy parameters: \n{}'.format(
@ -81,8 +81,6 @@ class TestEdasim:
helpers.run_ssh_commands(ssh_con, commands)
##########################################################
# td.template = requests.get(
# url=('https://raw.githubusercontent.com/Azure/Avere/master/src/go/cmd/edasim/deploymentartifacts/template/azuredeploy.json').json()