Browse Source

[2157] fix systest failure

update the name of statistics items in systest
Yoshitaka Aharen 12 years ago
parent
commit
577a426b87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/system/bindctl/tests.sh

+ 2 - 2
tests/system/bindctl/tests.sh

@@ -25,8 +25,8 @@ status=0
 n=0
 
 # TODO: consider consistency with statistics definition in auth.spec
-cnt_name1="\<queries\.tcp\>"
-cnt_name2="\<queries\.udp\>"
+cnt_name1="\<request\.tcp\>"
+cnt_name2="\<request\.udp\>"
 cnt_name3="\<opcode\.query\>"
 cnt_value1=0
 cnt_value2=0