cryostatio / test-applications

Apache License 2.0
0 stars 3 forks source link

test(gameserver): add gameserver test application #2

Closed andrewazores closed 2 months ago

andrewazores commented 2 months ago

Welcome to Cryostat! 👋

Before contributing, make sure you have:

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


See https://github.com/cryostatio/cryostat/pull/402 for this image being deployed alongside Cryostat

Description of the change:

This change allows an environment variable to be configured so that...

Motivation for the change:

This change is helpful because users may want to...

How to manually test:

  1. Run CRYOSTAT_IMAGE=quay.io... bash smoketest.bash...
  2. ...
andrewazores commented 2 months ago

This should be buildable using build.bash, and testing that it starts up and the Agent connects using https://github.com/cryostatio/cryostat/pull/402 should be straightforward. Actually getting a game client to connect to the server instance is a bit different since the official game clients require an account signup and things, but there are third party launchers that allow connecting to custom servers without an account. Drop me a message if you'd like some direction on how to accomplish that, but this is only really needed if you want to try to generate some activity and additional JFR data. Even without connecting a game client, the target should appear in Cryostat and there should be data to gather.