We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591d247 commit bde3b77Copy full SHA for bde3b77
1 file changed
tasks/infra/agent/integrationTests_windows.yml
@@ -1,9 +1,10 @@
1
- test_name: InfrastructureVersionPresentWindows
2
- dockerfile_lines:
+ dockerfile_lines:
3
- ADD https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi newrelic-infra.msi
4
- RUN $p = Start-Process msiexec.exe -ArgumentList '/a','newrelic-infra.msi','/qn','TARGETDIR=C:\' -Wait -PassThru; if ($p.ExitCode -ne 0) { exit $p.ExitCode }
5
- COPY ["tasks/infra/config/fixtures/minimal_infra_config/newrelic-infra.yml", "C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml"]
6
- log_entry_expected:
+ - RUN Write-Host DIAG_EXE_EXISTS=; Test-Path 'C:/Program Files/New Relic/newrelic-infra/newrelic-infra.exe'; Write-Host DIAG_YML_EXISTS=; Test-Path 'C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml'; Write-Host DIAG_YML_CONTENT_START; Get-Content 'C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml'; Write-Host DIAG_YML_CONTENT_END; Write-Host DIAG_DIR_LISTING; Get-ChildItem 'C:/Program Files/New Relic/newrelic-infra/'
7
+ docker_cmd: ./nrdiag_x64.exe -y -filter all
8
+ log_entry_expected:
9
- Info.*Infra/Agent/Version.*
10
log_entry_not_expected:
-
0 commit comments