Skip to content

Added basic automation functionality.#16

Draft
AMZN-scspaldi wants to merge 1 commit intoo3de:developmentfrom
aws-lumberyard-dev:scspaldi_automated_test
Draft

Added basic automation functionality.#16
AMZN-scspaldi wants to merge 1 commit intoo3de:developmentfrom
aws-lumberyard-dev:scspaldi_automated_test

Conversation

@AMZN-scspaldi
Copy link

Signed-off-by: scspaldi scspaldi@amazon.com

Dummy PR to run Jenkins tests, use #15 to provide feedback

@lmbr-pip lmbr-pip requested a review from a team November 18, 2021 18:50
AZ_CVAR(uint16_t, soak_port, 33450, nullptr, AZ::ConsoleFunctorFlags::DontReplicate, "The port that this soak test will bind to for game traffic");
AZ_CVAR(ProtocolType, soak_protocol, ProtocolType::Udp, nullptr, AZ::ConsoleFunctorFlags::DontReplicate, "Soak test protocol");
AZ_CVAR(SoakMode, soak_mode, SoakMode::Loopback, nullptr, AZ::ConsoleFunctorFlags::DontReplicate, "Soak test mode");
AZ_CVAR(SoakMode, soak_runtime, AZ::TimeMs(0), nullptr, AZ::ConsoleFunctorFlags::DontReplicate, "How long to run the soak test for before dumping stats");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Consider adding time unit, mS, S, minutes etc to description.

static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required);
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);

bool IsHandshakeComplete() const;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: consider comments for all public methods/functions

AzNetworking::INetworkInterface* m_networkInterface = nullptr;
AzNetworking::INetworkInterface* m_loopbackInterface = nullptr;

AZ::TimeMs totalElapsedMs = AZ::TimeMs(0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m_totalElapsedMs

@AMZN-scspaldi AMZN-scspaldi marked this pull request as draft December 2, 2021 21:51
Signed-off-by: scspaldi <scspaldi@amazon.com>
@AMZN-scspaldi AMZN-scspaldi force-pushed the scspaldi_automated_test branch from 0061c9d to a262d08 Compare January 25, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants