Skip to content

Commit

Permalink
debug: Try single infra test
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Mar 12, 2024
1 parent 6cdc2cf commit 91447fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 36 deletions.
17 changes: 14 additions & 3 deletions test/definitions/infra-agent/amazonlinux2023-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"Department": "product",
"Product": "virtuoso"
},

"resources": [
{
"id": "host1",
Expand All @@ -16,19 +15,31 @@
"user_name": "ec2-user"
}
],

"instrumentations": {
"resources": [
{
"id": "nr_infra_amazonlinux2023",
"resource_ids": ["host1"],
"resource_ids": [
"host1"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
"params": {
"validate_output": "Infrastructure Agent\\s+\\(installed\\)",
"local_recipes": true
}
},
{
"id": "crowdstrike",
"resource_ids": [
"host1"
],
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/crowdstrike/roles",
"params": {
"local_recipes": true
}
}
]
}
Expand Down
11 changes: 0 additions & 11 deletions test/definitions/smoke/apache-debian.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/debian.yml,https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/ohi/apache/debian.yml",
"validate_output": "New Relic installation complete"
}
},
{
"id": "crowdstrike",
"resource_ids": [
"host1"
],
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/crowdstrike/roles",
"params": {
"local_recipes": true
}
}
]
}
Expand Down
11 changes: 0 additions & 11 deletions test/definitions/smoke/awslinux2-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@
"local_recipes": true,
"validate_output": "Infrastructure Agent\\s+\\(installed\\)"
}
},
{
"id": "crowdstrike",
"resource_ids": [
"host1"
],
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/crowdstrike/roles",
"params": {
"local_recipes": true
}
}
]
}
Expand Down
11 changes: 0 additions & 11 deletions test/definitions/smoke/infra-win2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@
"params": {
"local_recipes": true
}
},
{
"id": "crowdstrike",
"resource_ids": [
"host1"
],
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/crowdstrike/roles",
"params": {
"local_recipes": true
}
}
]
}
Expand Down

0 comments on commit 91447fd

Please sign in to comment.