The E2E framework wraps testify's `require` so that by default we can stop tests on errors, but the cleanup functions should use `assert` so that we continue to try to cleanup the test environment even if there's a failure.
Required to support tests for namespaces and other ENT features.
Exercise the `nomad node drain` features, driving them via the new CLI helpers.