3 Commits

Author SHA1 Message Date
James Rasell
d5f2c0201e e2e: Wait for keyring before starting client intro client agents. (#26660)
Ensuring the keyring is ready before starting the Nomad client in
the client intro e2e test speeds up execution. This is because the
client does not have to wait to retry failed registrations due to
the keyring not being ready.
2025-09-01 07:32:40 +01:00
James Rasell
6bd8bc6c0c e2e: Add client intro test to exercise strict enforcement (#26648) 2025-08-29 08:40:48 +01:00
James Rasell
9e893ef2ad e2e: Add Client Intro test framework and initial test. (#26639)
The new client intro test mimics the Consul and Vault compat tests
and uses local agents to perform the required setup. This method
allows us the flexibility moving forward to test when enforcement
mode is in strict.

The test suite will now be triggered from the test-e2e CI run
and can also be called by a make target.
2025-08-28 09:53:07 +01:00