e2etest/GuestProxyAgentTest/TestScenarios/BugFixesScenario.cs (14 lines of code) (raw):

// Copyright (c) Microsoft Corporation // SPDX-License-Identifier: MIT using GuestProxyAgentTest.TestCases; namespace GuestProxyAgentTest.TestScenarios { public class BugFixesScenario : TestScenarioBase { public override void TestScenarioSetup() { AddTestCase(new InstallOrUpdateGuestProxyAgentCase()); AddTestCase(new GuestProxyAgentValidationCase()); AddTestCase(new TCPPortScalabilityCase(false)); } } }