Skip to content

Commit

Permalink
refactor: minor changes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Dec 4, 2023
1 parent 917dbb4 commit f392221
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ schedule:
counters:
- ^^id
- ^node.name => node
#? - service_time
#? - visits
#? - wait_time
- service_time
- visits
- wait_time

resource_map:
CPU_dblade: backend
Expand Down
6 changes: 3 additions & 3 deletions conf/restperf/9.12.0/workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ schedule:

counters:
- ^^id
#? - service_time
#? - visits
#? - wait_time
- service_time
- visits
- wait_time

resource_map:
CPU_dblade : backend
Expand Down
8 changes: 4 additions & 4 deletions conf/zapiperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ objects:
VscanSVM: vscan_svm.yaml

# Uncomment to collect workload/QOS counters.
Workload: workload.yaml
WorkloadVolume: workload_volume.yaml
# Workload: workload.yaml
# WorkloadVolume: workload_volume.yaml

# The following workload templates may slow down data collection due to a high number of metrics.
WorkloadDetail: workload_detail.yaml
WorkloadDetailVolume: workload_detail_volume.yaml
# WorkloadDetail: workload_detail.yaml
# WorkloadDetailVolume: workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
func TestCounterUsage(t *testing.T) {
utils2.SkipIfMissing(t, utils2.Regression)
log.Info().Msg("Testing unused counters")
pollerName := "dc1"
pollerName := "dc1-zapi"
var (
restClient *rest2.Client
zapiClient *zapi2.Client
Expand Down

0 comments on commit f392221

Please sign in to comment.