Decrease default verbosity of autoscaling tests

Related-Issue: PRODX-3456
Change-Id: I6a0769f940ba13e465e5943595d29f7bd1cf5073
diff --git a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
index 6b87b2b..0cbfd7e 100644
--- a/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
+++ b/telemetry_tempest_plugin/scenario/telemetry_integration_gabbits/autoscaling_smoke.yaml
@@ -5,7 +5,6 @@
 tests:
     - name: list alarms none
       desc: Lists alarms, none yet exist
-      verbose: all
       url: $ENVIRON['AODH_SERVICE_URL']/v2/alarms
       method: GET
       response_strings:
@@ -13,7 +12,6 @@
 
     - name: list servers none
       desc: List servers, none yet exists
-      verbose: all
       url: $ENVIRON['NOVA_SERVICE_URL']/servers
       method: GET
       response_strings:
@@ -21,7 +19,6 @@
 
     - name: create stack
       desc: Create an autoscaling stack
-      verbose: all
       url: $ENVIRON['HEAT_SERVICE_URL']/stacks
       method: POST
       request_headers:
@@ -33,7 +30,6 @@
       desc: Checks the stack have been created successfully
       url: $ENVIRON['HEAT_SERVICE_URL']/stacks/$ENVIRON['STACK_NAME']
       redirects: true
-      verbose: all
       method: GET
       status: 200
       poll:
@@ -43,7 +39,6 @@
           $.stack.stack_status: "CREATE_COMPLETE"
 
     - name: list servers grow
-      verbose: all
       desc: Wait the autoscaling stack grow to two servers
       url: $ENVIRON['NOVA_SERVICE_URL']/servers/detail
       method: GET
@@ -60,7 +55,6 @@
     - name: check gnocchi resources
       desc: Check the gnocchi resources for this two servers exists
       url: $ENVIRON['GNOCCHI_SERVICE_URL']/v1/search/resource/instance
-      verbose: all
       method: POST
       request_headers:
           content-type: application/json
@@ -74,7 +68,6 @@
           $.`len`: 2
 
     - name: check alarm cpu_alarm_high ALARM
-      verbose: all
       desc: Check the aodh alarm and its state
       url: $ENVIRON['AODH_SERVICE_URL']/v2/alarms?sort=name%3Aasc
       method: GET
@@ -87,7 +80,6 @@
           $[0].state: alarm
 
     - name: check alarm cpu_alarm_high is OK
-      verbose: all
       desc: Check the aodh alarm and its state
       url: $ENVIRON['AODH_SERVICE_URL']/v2/alarms?sort=name%3Aasc
       method: GET
@@ -101,7 +93,6 @@
 
 
     - name: check alarm cpu_alarm_low is ALARM
-      verbose: all
       desc: Check the aodh alarm and its state
       url: $ENVIRON['AODH_SERVICE_URL']/v2/alarms?sort=name%3Aasc
       method: GET
@@ -114,7 +105,6 @@
           $[1].state: alarm
 
     - name: list servers shrink
-      verbose: all
       desc: Wait for the autoscaling stack to delete one server
       url: $ENVIRON['NOVA_SERVICE_URL']/servers/detail
       method: GET