Skip to content

Commit

Permalink
Fix failing tests followup (#1009)
Browse files Browse the repository at this point in the history
* chore: Expect SA suse 12.5 to fail

* chore: Use AL2 w/ updated linux kernel

* chore: Use AL2 w/ updated linux kernel
  • Loading branch information
rthorn-nr authored Dec 29, 2023
1 parent fe642b9 commit 70a4b03
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 38 deletions.
4 changes: 2 additions & 2 deletions test/definitions-eu/apm/java/rhl2-sysd-tomcat-cmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amzn2-ami-hvm-2.0.????????.?-x86_64-gp2",
"ami_name": "amzn2-ami-kernel-*-hvm-*-x86_64-gp2",
"user_name": "ec2-user"
}
],
Expand Down Expand Up @@ -55,4 +55,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion test/definitions/smoke/rhl2-sysd-jboss.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amzn2-ami-hvm-2.0.????????.?-x86_64-gp2",
"ami_name": "amzn2-ami-kernel-*-hvm-*-x86_64-gp2",
"user_name": "ec2-user"
}
],
Expand Down
35 changes: 35 additions & 0 deletions test/definitions/super-agent/suse/suse125-super-agent-fail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"global_tags": {
"owning_team": "virtuoso",
"Environment": "development",
"Department": "product",
"Product": "virtuoso"
},
"resources": [
{
"id": "host1",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "suse-sles-12-sp5-v????????-hvm-*"
}
],
"instrumentations": {
"resources": [
{
"id": "nr_super_agent",
"resource_ids": [
"host1"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
"params": {
"recipe_content_url": "https://raw.githubusercontent.com/newrelic/open-install-library/main/recipes/newrelic/infrastructure/super-agent/suse.yml",
"validate_output": "New Relic Super Agent\\s+\\(incomplete\\)",
"recipe_targeted": "super-agent"
}
}
]
}
}
33 changes: 0 additions & 33 deletions test/definitions/super-agent/suse/suse125-super-agent.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
"ami_name": "amzn2-ami-hvm-2.0.????????.?-x86_64-gp2",
"ami_name": "amzn2-ami-kernel-*-hvm-*-x86_64-gp2",
"user_name": "ec2-user"
}
],
Expand All @@ -26,4 +26,4 @@
]
}
]
}
}

0 comments on commit 70a4b03

Please sign in to comment.