Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/v1/usage_metering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Feature: Usage Metering
When the request is sent
Then the response status is 404 Not Found

@replay-only @team:DataDog/billing-hub
@replay-only @skip @team:DataDog/billing-hub
Scenario: Get specified daily custom reports returns "OK" response
Given new "GetSpecifiedDailyCustomReports" request
And request contains "report_id" parameter with value "2022-03-20"
Expand All @@ -666,7 +666,7 @@ Feature: Usage Metering
When the request is sent
Then the response status is 404 Not Found

@replay-only @team:DataDog/billing-hub
@replay-only @skip @team:DataDog/billing-hub
Scenario: Get specified monthly custom reports returns "OK" response
Given new "GetSpecifiedMonthlyCustomReports" request
And request contains "report_id" parameter with value "2021-05-01"
Expand Down
14 changes: 7 additions & 7 deletions features/v2/usage_metering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Feature: Usage Metering
When the request is sent
Then the response status is 400 Bad Request

@replay-only @team:DataDog/billing-hub
@replay-only @skip @team:DataDog/billing-hub
Scenario: Get cost across multi-org account returns "OK" response
Given new "GetCostByOrg" request
And request contains "start_month" parameter with value "{{ timeISO('now - 3d') }}"
Expand Down Expand Up @@ -139,23 +139,23 @@ Feature: Usage Metering
And the response "data[0].type" is equal to "usage_timeseries"
And the response "data[0].attributes.region" is equal to "us"

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for Application Security returns "Bad Request" response
Given new "GetUsageApplicationSecurityMonitoring" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 3d') }}"
And request contains "end_hr" parameter with value "{{ timeISO('now - 5d') }}"
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for Lambda traced invocations returns "Bad Request" response
Given new "GetUsageLambdaTracedInvocations" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 3d') }}"
And request contains "end_hr" parameter with value "{{ timeISO('now - 5d') }}"
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for Lambda traced invocations returns "OK" response
Given new "GetUsageLambdaTracedInvocations" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 5d') }}"
Expand All @@ -165,7 +165,7 @@ Feature: Usage Metering
And the response "data[0].type" is equal to "usage_timeseries"
And the response "data[0].attributes.product_family" is equal to "lambda-traced-invocations"

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for Observability Pipelines returns "Bad Request" response
Given new "GetUsageObservabilityPipelines" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 3d') }}"
Expand All @@ -180,7 +180,7 @@ Feature: Usage Metering
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for application security returns "OK" response
Given new "GetUsageApplicationSecurityMonitoring" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 5d') }}"
Expand All @@ -197,7 +197,7 @@ Feature: Usage Metering
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/billing-hub
@skip @team:DataDog/billing-hub
Scenario: Get hourly usage for observability pipelines returns "OK" response
Given new "GetUsageObservabilityPipelines" request
And request contains "start_hr" parameter with value "{{ timeISO('now - 5d') }}"
Expand Down
63 changes: 0 additions & 63 deletions generated-test/test-runner-data/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,20 +2142,6 @@
"scenario": "Get monthly usage attribution returns \"OK\" response",
"version": "v1"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v1/usage_metering.feature",
"file": "v1/usage-metering/get-specified-daily-custom-reports-returns-ok-response.json",
"scenario": "Get specified daily custom reports returns \"OK\" response",
"version": "v1"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v1/usage_metering.feature",
"file": "v1/usage-metering/get-specified-monthly-custom-reports-returns-ok-response.json",
"scenario": "Get specified monthly custom reports returns \"OK\" response",
"version": "v1"
},
{
"feature": "Users",
"feature_file": "../../features/v1/users.feature",
Expand Down Expand Up @@ -11522,13 +11508,6 @@
"scenario": "Get billing dimension mapping for usage endpoints returns \"Bad Request\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-cost-across-multi-org-account-returns-ok-response.json",
"scenario": "Get cost across multi-org account returns \"OK\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
Expand All @@ -11550,48 +11529,6 @@
"scenario": "Get hourly usage by product family returns \"OK\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-application-security-returns-bad-request-response.json",
"scenario": "Get hourly usage for Application Security returns \"Bad Request\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-lambda-traced-invocations-returns-bad-request-response.json",
"scenario": "Get hourly usage for Lambda traced invocations returns \"Bad Request\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-lambda-traced-invocations-returns-ok-response.json",
"scenario": "Get hourly usage for Lambda traced invocations returns \"OK\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-observability-pipelines-returns-bad-request-response.json",
"scenario": "Get hourly usage for Observability Pipelines returns \"Bad Request\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-application-security-returns-ok-response.json",
"scenario": "Get hourly usage for application security returns \"OK\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
"file": "v2/usage-metering/get-hourly-usage-for-observability-pipelines-returns-ok-response.json",
"scenario": "Get hourly usage for observability pipelines returns \"OK\" response",
"version": "v2"
},
{
"feature": "Usage Metering",
"feature_file": "../../features/v2/usage_metering.feature",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading