Name changes for the agent package.

Update smoke tests

Change-Id: I39d24cf74ae0c6278fdc9d47b7a20ebf8ae04bf6
This commit is contained in:
gary-hessler
2014-07-18 15:38:57 -06:00
parent 961e2d713b
commit 5c1c0b1cfe
11 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ def delete_notification_if_exists(notification_name):
def run_mon_cli(args, useJson=True):
if useJson:
args.insert(0, '--json')
args.insert(0, 'mon')
args.insert(0, 'monasca')
try:
stdout = subprocess.check_output(args)
if useJson: