Skip to content

Commit

Permalink
Merge pull request #1953 from newrelic/dockerid-cross-agent-test-updates
Browse files Browse the repository at this point in the history
Remove docker ID uncross agent tests
  • Loading branch information
jtduffy committed Jun 21, 2024
2 parents ec78e39 + 7a77dc3 commit ecb58c1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public void testCheckLineAndGetIdInValidV2() {

@Test
public void testGetDockerIdFromFilesV2() throws Exception {
Map<String, String> tests = testToAnswers(AgentHelper.getFile("com/newrelic/agent/uncross_agent_tests/cgroup_v2_docker_container_id/cases.json"));
List<File> files = AgentHelper.getFiles("com/newrelic/agent/uncross_agent_tests/cgroup_v2_docker_container_id/");
Map<String, String> tests = testToAnswers(AgentHelper.getFile("com/newrelic/agent/cross_agent_tests/docker_container_id_v2/cases.json"));
List<File> files = AgentHelper.getFiles("com/newrelic/agent/cross_agent_tests/docker_container_id_v2");
if (files == null || files.isEmpty()) {
Assert.fail("There were no files read in for testing.");
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

0 comments on commit ecb58c1

Please sign in to comment.