-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5937 from magento-pangolin/MQE-2044
MQE-2044
- Loading branch information
Showing
2 changed files
with
123 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 122 additions & 0 deletions
122
dev/tests/integration/testsuite/Magento/Setup/Console/Command/_files/min_profile.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<config xmlns:xi="http://www.w3.org/2001/XInclude"> | ||
<profile> | ||
<admin_users>2</admin_users><!-- Number of admin users to generate --> | ||
<websites>1</websites> <!-- Number of websites to generate --> | ||
<store_groups>1</store_groups> <!--Number of stores--> | ||
<store_views>1</store_views> <!-- Number of store views --> | ||
<assign_entities_to_all_websites>0</assign_entities_to_all_websites> <!-- Whether to assign all products per each website --> | ||
<simple_products>1</simple_products> <!-- Simple products count --> | ||
<configurable_products> <!-- Configurable product --> | ||
<config> | ||
<attributes> | ||
<attribute> | ||
<options>3</options> | ||
<swatches>image</swatches> | ||
</attribute> | ||
<attribute> | ||
<options>8</options> | ||
</attribute> | ||
</attributes> | ||
<sku>Configurable Product %s</sku> | ||
<products>16</products> | ||
</config> | ||
</configurable_products> | ||
<product-images> | ||
<images-count>1</images-count> | ||
<images-per-product>1</images-per-product> | ||
</product-images> | ||
<categories>1</categories> <!-- Number of categories to generate --> | ||
<categories_nesting_level>1</categories_nesting_level> <!-- Nesting level for categories --> | ||
<customers>1</customers> <!-- Number of customers to generate --> | ||
|
||
<catalog_price_rules>1</catalog_price_rules> <!-- Number of catalog price rules --> | ||
<cart_price_rules>1</cart_price_rules> <!-- Number of cart price rules --> | ||
<cart_price_rules_floor>1</cart_price_rules_floor> | ||
<coupon_codes>1</coupon_codes> <!-- Number of coupon codes --> | ||
|
||
<product_attribute_sets>1</product_attribute_sets> <!-- Number of product attribute sets --> | ||
<product_attribute_sets_attributes>1</product_attribute_sets_attributes> <!-- Number of attributes per set --> | ||
<product_attribute_sets_attributes_values>1</product_attribute_sets_attributes_values> <!-- Number of values per attribute --> | ||
|
||
<order_quotes_enable>true</order_quotes_enable> | ||
<order_simple_product_count_from>1</order_simple_product_count_from> | ||
<order_simple_product_count_to>1</order_simple_product_count_to> | ||
<orders>1</orders> <!-- Orders count --> | ||
|
||
<tax_rates_file>tax_rates_small.csv</tax_rates_file> <!-- Tax rates file in fixtures directory--> | ||
|
||
<configs> <!-- Config variables and values for change --> | ||
<config> | ||
<path>admin/security/use_form_key</path> | ||
<scope>default</scope> | ||
<scopeId>0</scopeId> | ||
<value>0</value> | ||
</config> | ||
<config> | ||
<path>admin/security/session_lifetime</path> | ||
<scope>default</scope> | ||
<scopeId>0</scopeId> | ||
<value>7200</value> | ||
</config> | ||
<config> | ||
<path>admin/security/admin_account_sharing</path> | ||
<scope>default</scope> | ||
<scopeId>0</scopeId> | ||
<value>1</value> | ||
</config> | ||
<config> | ||
<path>carriers/flatrate/active</path> | ||
<scope>default</scope> | ||
<scopeId>0</scopeId> | ||
<value>1</value> | ||
</config> | ||
</configs> | ||
<indexers> <!-- Indexer mode value (true - Update by Schedule, false - Update on Save) --> | ||
<indexer> | ||
<id>catalog_category_product</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalog_product_category</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalog_product_price</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalog_product_attribute</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>cataloginventory_stock</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalogrule_rule</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalogrule_product</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
<indexer> | ||
<id>catalogsearch_fulltext</id> | ||
<set_scheduled>false</set_scheduled> | ||
</indexer> | ||
</indexers> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/searchTermsLarge.xml" /> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/attributeSets.xml" /> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/searchConfig.xml" /> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/customerConfig.xml" /> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/description.xml" /> | ||
<xi:include href="../../../../../../../../../setup/performance-toolkit/config/shortDescription.xml" /> | ||
</profile> | ||
</config> |