Skip to content

Commit 6a1d5d5

Browse files
chore(otel): updated test defintion output string
1 parent 2743425 commit 6a1d5d5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

test/definitions/otel/awslinux-infra-otel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
2525
"params": {
2626
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/otel/rhel.yml",
27-
"validate_output": "New Relic Open Telemetry Collector\\s+\\(installed\\)",
27+
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
2828
"local_recipes": true
2929
}
3030
}

test/definitions/otel/rhel9-infra-otel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
2727
"params": {
2828
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/otel/rhel.yml",
29-
"validate_output": "New Relic Open Telemetry Collector\\s+\\(installed\\)",
29+
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
3030
"local_recipes": true
3131
}
3232
}

test/definitions/otel/suse154-infra-otel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88

99
"resources": [{
10-
"id": "infrasuse154",
10+
"id": "otelsuse154",
1111
"provider": "aws",
1212
"type": "ec2",
1313
"size": "t3.nano",
@@ -18,7 +18,7 @@
1818
"resources": [
1919
{
2020
"id": "nr_infra_otel",
21-
"resource_ids": ["host1"],
21+
"resource_ids": ["otelsuse154"],
2222
"provider": "newrelic",
2323
"source_repository": "https://github.com/newrelic/open-install-library.git",
2424
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",

test/definitions/otel/ubuntu22-otel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
2828
"params": {
2929
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/otel/debian.yml",
30-
"validate_output": "New Relic Open Telemetry Collector\\s+\\(installed\\)",
30+
"validate_output": "New Relic OpenTelemetry Collector\\s+\\(installed\\)",
3131
"local_recipes": true
3232
}
3333
}

0 commit comments

Comments
 (0)