Skip to content

Commit e7a52a0

Browse files
committed
CommandBaseTests can run on Windows build servers only.
1 parent 167bb94 commit e7a52a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/VirtualClient/VirtualClient.UnitTests/CommandBaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ namespace VirtualClient.UnitTests
2424
using VirtualClient.TestExtensions;
2525

2626
[TestFixture]
27+
[Platform("Win", Reason = "Path.GetFullPath() behavior cannot be readily supported when running Linux-like paths.")]
2728
[Category("Unit")]
2829
internal class CommandBaseTests : CommandBase
2930
{

website/docs/guides/0010-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on the system.
3232
| --content, --content-store=\<connection\> | No | string/connection string/SAS | A full connection description for an [Azure Storage Account](./0600-integration-blob-storage.md) to use for uploading files/content (e.g. log files).<br/><br/>The following are supported identifiers for this option:<br/><ul><li>Storage Account blob service SAS URIs</li><li>Storage Account blob container SAS URIs</li><li>Microsoft Entra ID/Apps using a certificate</li><li>Microsoft Azure managed identities</li></ul>See [Azure Storage Account Integration](./0600-integration-blob-storage.md) for additional details on supported identifiers.<br/><br/><mark>Always surround connection descriptions with quotation marks.</mark> |
3333
| --content-path, --content-path-template=\<folderPattern\> | No | string/text | The content path format/structure to use when uploading content to target storage resources. When not defined the 'Default' structure is used. Default: "\{experimentId}/\{agentId}/\{toolName}/\{role}/\{scenario}" |
3434
| -d, --dependencies | No | | Flag indicates that only the dependencies defined in the profile should be executed/installed. |
35-
| --event-hub=\<connection\> | No | string/connection string | A full connection description for an [Azure Event Hub namespace](./0610-integration-event-hub.md) to send/upload telemetry data from the operations of the Virtual Client.<br/><br/>The following are supported identifiers for this option:<br/><ul><li>Event Hub namespace shared access policies</li><li>Microsoft Entra ID/Apps using a certificate</li><li>Microsoft Azure managed identities</li></ul>See [Azure Event Hub Integration](./0610-integration-event-hub.md) for additional details on supported identifiers.<br/><br/><mark>Always surround connection descriptions with quotation marks.</mark><br/><br/><mark>This is the same as: --logger="eventhub;sb://anynamespace.servicebus.windows.net?cid=606ecc0e-ed9e...&tid=95a8ded1-8bec...&crtt=a2b8daef124..."). |
35+
| --event-hub=\<connection\> | No | string/connection string | A full connection description for an [Azure Event Hub namespace](./0610-integration-event-hub.md) to send/upload telemetry data from the operations of the Virtual Client.<br/><br/>The following are supported identifiers for this option:<br/><ul><li>Event Hub namespace shared access policies</li><li>Microsoft Entra ID/Apps using a certificate</li><li>Microsoft Azure managed identities</li></ul>See [Azure Event Hub Integration](./0610-integration-event-hub.md) for additional details on supported identifiers.<br/><br/><mark>Always surround connection descriptions with quotation marks.</mark><br/><br/><mark>Note that this is the same as: --logger="eventhub;sb://anynamespace.servicebus.windows.net?cid=606ecc0e-ed9e...&tid=95a8ded1-8bec...&crtt=a2b8daef124...").</mark> |
3636
| --experiment-id=\<guid\> | No | string/guid | A unique identifier that defines the ID of the experiment for which the Virtual Client workload is associated. |
3737
| --exit-wait=\<mins_or_timespan> | No | timespan or integer | Specifies a timespan or the length of time (in minutes) that the Virtual Client should wait for workload and monitor processes to complete and for telemetry to be fully flushed before exiting (e.g. 60, 01:00:00). This is useful for scenarios where Event Hub resources are used to ensure that all telemetry is uploaded successfully before exit. Default = 30 mins. |
3838
| -f, --fail-fast | No | | Flag indicates that the application should exit immediately on first/any errors regardless of their severity. This applies to 'Actions' in the profile only. 'Dependencies' are ALWAYS implemented to fail fast. 'Monitors' are generally implemented to handle transient issues and to keep running/trying in the background. |

0 commit comments

Comments
 (0)