7 references to MountPath
Aspire.Cli.EndToEnd.Tests (7)
DockerComposeDeployWithVolumeTests.cs (7)
49var response = $"PASSED: {deploymentId} at {MountPath}"; 91.WithVolume("{{VolumeName}}", "{{MountPath}}", env: "DATA_PATH") 154Assert.Equal(MountPath, server.GetProperty("environment").GetProperty("DATA_PATH").GetString()); 158Assert.Equal(MountPath, volume.GetProperty("target").GetString()); 175$"test \"$(docker exec \"$id\" printenv DATA_PATH)\" = '{MountPath}' && " + 177$"| grep -E '^volume\\|.*_{VolumeName}\\|{MountPath}$'", 180await VerifyResponseAsync(auto, counter, deploymentId, serverName, "/data-path", MountPath);