Skip to content

Commit

Permalink
chore(e2e): Fix ubuntu 16 host collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Oct 5, 2023
1 parent 6859d30 commit d53b4ca
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions test/definitions-eu/infra-agent/debians/ubuntu16-infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "eu_ubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_infra",
"resource_ids": [
"host1"
"eu_ubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library",
Expand Down
6 changes: 3 additions & 3 deletions test/definitions-eu/otel/debians/ubuntu16-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "eu_ubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -18,9 +18,9 @@
"instrumentations": {
"resources": [
{
"id": "nr_infra_otel",
"id": "nr_otel",
"resource_ids": [
"host1"
"eu_ubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "eu_ubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_super_agent",
"resource_ids": [
"host1"
"eu_ubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down
6 changes: 3 additions & 3 deletions test/definitions/otel/debians/ubuntu16-otel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "ubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -18,9 +18,9 @@
"instrumentations": {
"resources": [
{
"id": "nr_infra_otel",
"id": "nr_otel",
"resource_ids": [
"host1"
"ubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "host1",
"id": "ubuntu16",
"provider": "aws",
"type": "ec2",
"size": "t3.nano",
Expand All @@ -20,7 +20,7 @@
{
"id": "nr_super_agent",
"resource_ids": [
"host1"
"ubuntu16"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down

0 comments on commit d53b4ca

Please sign in to comment.