Skip to content

Commit

Permalink
Fix for test_run_contrail_stats_cli_cmds
Browse files Browse the repository at this point in the history
Change-Id: I9bd02607326bee1c2cdea6f238ffe0d4d805d545
Closes-bug: #1770369
  • Loading branch information
Ankitja committed May 14, 2018
1 parent 89de1d0 commit 66c5b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_scripts/analytics/test_analytics_resource.py
Expand Up @@ -180,7 +180,7 @@ def test_run_contrail_stats_cli_cmds(self):

cmd_args_list = [

'contrail-stats --table UveVMInterfaceAgent.if_stats --select "SUM(if_stats.in_bytes)" \
'contrail-stats --table UveVMInterfaceAgent.raw_if_stats --select "SUM(raw_if_stats.in_bytes)" \
name --where name="*" --start-time now-11h --end-time now-10h',

'contrail-stats --table NodeStatus.process_mem_cpu_usage --select "T=120" "AVG(process_mem_cpu_usage.cpu_share)" \
Expand Down

0 comments on commit 66c5b7f

Please sign in to comment.