Skip to content

Commit

Permalink
moving test case to test/definitions/super-agent/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-rkallempudi committed Aug 1, 2024
1 parent e66c604 commit 5e8cf06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipes/newrelic/infrastructure/super-agent/logs/linux-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ installTargets:
- type: host
os: linux
platformFamily: suse
platformVersion: "(15)\\.*"
platformVersion: "(15\\.[1-5]|15-SP[1-5])"
kernelArch: x86_64
# ARM supported
- type: host
Expand All @@ -68,11 +68,12 @@ installTargets:
platformFamily: rhel
platformVersion: "((7|8)\\.?.*)"
kernelArch: aarch64
- type: host
os: linux
platformFamily: suse
platformVersion: "(15)\\.*"
kernelArch: aarch64
# Fluent Bit supported is not available for Suse aarch64
# - type: host
# os: linux
# platformFamily: suse
# platformVersion: "(15\\.[1-5]|15-SP[1-5])"
# kernelArch: aarch64

keywords:
- Logs
Expand Down
1 change: 1 addition & 0 deletions test/definitions/logging/suse154-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
"params": {
"newrelic_cli_option": "-n logs-integration",
"validate_output": "Logs Integration\\s+\\(installed\\)",
"local_recipes": true
}
Expand Down
1 change: 1 addition & 0 deletions test/definitions/logging/suse155-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"source_repository": "https://github.com/newrelic/open-install-library",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install/roles",
"params": {
"newrelic_cli_option": "-n logs-integration",
"validate_output": "Logs Integration\\s+\\(installed\\)",
"local_recipes": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/newrelic-cli/install-recipe/roles",
"params": {
"newrelic_cli_option": "-n logs-integration",
"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+\\(installed\\)",
"recipe_targeted": "super-agent"
Expand Down

0 comments on commit 5e8cf06

Please sign in to comment.