summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_internal/config.py
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2020-08-25 00:17:03 +0200
committerGitHub <noreply@github.com>2020-08-25 00:17:03 +0200
commitd099591964d6fedc174eb1d3fc1bbee8d2ba0f16 (patch)
tree97fa469de3ba30aa586261d9bba1be4e99e8ee0f /test/lib/ansible_test/_internal/config.py
parentModify wording to specify two ctl-d to end stdin input in ansible-vault (#69436) (diff)
downloadansible-d099591964d6fedc174eb1d3fc1bbee8d2ba0f16.tar.xz
ansible-d099591964d6fedc174eb1d3fc1bbee8d2ba0f16.zip
Update ansible-test remote endpoint handling. (#71413)
* Request ansible-core-ci resources by provider. * Remove obsolete us-east-2 CI endpoint. * Add new --remote-endpoint option. * Add warning for --remote-aws-region option. * Update service endpoints. * Allow non-standard remote stages. * Add changelog fragment.
Diffstat (limited to 'test/lib/ansible_test/_internal/config.py')
-rw-r--r--test/lib/ansible_test/_internal/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_internal/config.py b/test/lib/ansible_test/_internal/config.py
index 7d3ab9e27d..a3dce1096f 100644
--- a/test/lib/ansible_test/_internal/config.py
+++ b/test/lib/ansible_test/_internal/config.py
@@ -96,6 +96,7 @@ class EnvironmentConfig(CommonConfig):
self.remote_stage = args.remote_stage # type: str
self.remote_provider = args.remote_provider # type: str
+ self.remote_endpoint = args.remote_endpoint # type: t.Optional[str]
self.remote_aws_region = args.remote_aws_region # type: str
self.remote_terminate = args.remote_terminate # type: str