Browse Source

[2138] removed "statistics-iterval" configration from system tests

Kazunori Fujiwara 12 years ago
parent
commit
c5e8785d2c

+ 0 - 1
tests/system/bindctl/nsx1/b10-config.db.template.in

@@ -2,7 +2,6 @@
  "Auth": {
  "Auth": {
    "listen_on": [{"address": "10.53.0.1", "port": 53210}],
    "listen_on": [{"address": "10.53.0.1", "port": 53210}],
    "database_file": "@abs_builddir@/zone.sqlite3",
    "database_file": "@abs_builddir@/zone.sqlite3",
-   "statistics-interval": 1
  },
  },
  "data_sources": {
  "data_sources": {
     "classes": {
     "classes": {

+ 0 - 1
tests/system/bindctl/tests.sh

@@ -52,7 +52,6 @@ n=`expr $n + 1`
 
 
 echo "I:Checking BIND 10 statistics after a pause ($n)"
 echo "I:Checking BIND 10 statistics after a pause ($n)"
 # wait for 2sec to make sure b10-stats gets the latest statistics.
 # wait for 2sec to make sure b10-stats gets the latest statistics.
-# note that we set statistics-interval to 1.
 sleep 2
 sleep 2
 echo 'Stats show
 echo 'Stats show
 ' | $RUN_BINDCTL \
 ' | $RUN_BINDCTL \