File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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+
9+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
10+ <entity name =" adminApiToken" type =" adminToken" >
11+ <data key =" username" >{{_ENV.MAGENTO_ADMIN_USERNAME}}</data >
12+ <data key =" password" >{{_ENV.MAGENTO_ADMIN_PASSWORD}}</data >
13+ </entity >
14+ </entities >
Original file line number Diff line number Diff line change 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+ <operations xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataOperation.xsd" >
10+ <operation name =" getAdminToken" dataType =" adminToken" type =" create" auth =" anonymous" url =" /V1/tfa/provider/google/authenticate"
11+ method =" POST" >
12+ <contentType >application/json</contentType >
13+ <field key =" username" >string</field >
14+ <field key =" password" >string</field >
15+ <field key =" otp" >string</field >
16+ </operation >
17+ </operations >
You can’t perform that action at this time.
0 commit comments