You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 rivejä
1.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
  9. <suite name="RemoteStorageAwsS3EnabledSuite">
  10. <before>
  11. <!-- Enable AWS S3 Remote Storage -->
  12. <magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey="enableRemoteStorage"/>
  13. </before>
  14. <after>
  15. <!-- Disable Remote Storage -->
  16. <magentoCLI command="setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey="disableRemoteStorage"/>
  17. </after>
  18. <include>
  19. <group name="remote_storage_aws_s3"/>
  20. </include>
  21. <exclude>
  22. <group name="remote_storage_disabled"/>
  23. <group name="remote_storage_aws_s3_pagebuilder"/>
  24. </exclude>
  25. </suite>
  26. </suites>