|
|
@ -1434,7 +1434,7 @@ def integration_environment(args, target, test_dir, inventory_path, ansible_conf
|
|
|
|
|
|
|
|
|
|
|
|
integration = dict(
|
|
|
|
integration = dict(
|
|
|
|
JUNIT_OUTPUT_DIR=ResultType.JUNIT.path,
|
|
|
|
JUNIT_OUTPUT_DIR=ResultType.JUNIT.path,
|
|
|
|
ANSIBLE_CALLBACK_ENABLED=','.join(sorted(set(callback_plugins))),
|
|
|
|
ANSIBLE_CALLBACKS_ENABLED=','.join(sorted(set(callback_plugins))),
|
|
|
|
ANSIBLE_TEST_CI=args.metadata.ci_provider or get_ci_provider().code,
|
|
|
|
ANSIBLE_TEST_CI=args.metadata.ci_provider or get_ci_provider().code,
|
|
|
|
ANSIBLE_TEST_COVERAGE='check' if args.coverage_check else ('yes' if args.coverage else ''),
|
|
|
|
ANSIBLE_TEST_COVERAGE='check' if args.coverage_check else ('yes' if args.coverage else ''),
|
|
|
|
OUTPUT_DIR=test_dir,
|
|
|
|
OUTPUT_DIR=test_dir,
|
|
|
|