From bd6140eff095aea604ad1fe002023391ab027b1b Mon Sep 17 00:00:00 2001 From: rebecca-makar Date: Wed, 23 Jan 2019 09:33:04 -0500 Subject: [PATCH] rename eventhub: --- test/test_edasim.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/test_edasim.py b/test/test_edasim.py index 8c7a70ed..ef0f9d5f 100644 --- a/test/test_edasim.py +++ b/test/test_edasim.py @@ -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()