Skip to content

Commit 783cb61

Browse files
konturam-blaha
authored andcommitted
store-option.feature: adapt to repo id mangling
1 parent c7cacdc commit 783cb61

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

dnf-behave-tests/dnf/transaction-sr/store-option.feature

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@ Scenario: Store an install transaction
1616
"nevra":"top-a-1:1.0-1.x86_64",
1717
"action":"Install",
1818
"reason":"User",
19-
"repo_id":"transaction-sr",
19+
"repo_id":"@stored_transaction(transaction-sr)",
2020
"package_path":".\/packages\/top-a-1.0-1.x86_64.rpm"
2121
},
2222
{
2323
"nevra":"mid-a1-1.0-1.x86_64",
2424
"action":"Install",
2525
"reason":"Dependency",
26-
"repo_id":"transaction-sr",
26+
"repo_id":"@stored_transaction(transaction-sr)",
2727
"package_path":".\/packages\/mid-a1-1.0-1.x86_64.rpm"
2828
},
2929
{
3030
"nevra":"bottom-a2-1.0-1.x86_64",
3131
"action":"Install",
3232
"reason":"Dependency",
33-
"repo_id":"transaction-sr",
33+
"repo_id":"@stored_transaction(transaction-sr)",
3434
"package_path":".\/packages\/bottom-a2-1.0-1.x86_64.rpm"
3535
},
3636
{
3737
"nevra":"mid-a2-1.0-1.x86_64",
3838
"action":"Install",
3939
"reason":"Weak Dependency",
40-
"repo_id":"transaction-sr",
40+
"repo_id":"@stored_transaction(transaction-sr)",
4141
"package_path":".\/packages\/mid-a2-1.0-1.x86_64.rpm"
4242
},
4343
{
4444
"nevra":"bottom-a3-1.0-1.x86_64",
4545
"action":"Install",
4646
"reason":"Dependency",
47-
"repo_id":"transaction-sr",
47+
"repo_id":"@stored_transaction(transaction-sr)",
4848
"package_path":".\/packages\/bottom-a3-1.0-1.x86_64.rpm"
4949
}
5050
],
@@ -128,49 +128,49 @@ Scenario: Store a group install transaction
128128
"nevra":"top-b-1.0-1.x86_64",
129129
"action":"Install",
130130
"reason":"Group",
131-
"repo_id":"transaction-sr",
131+
"repo_id":"@stored_transaction(transaction-sr)",
132132
"package_path":".\/packages\/top-b-1.0-1.x86_64.rpm"
133133
},
134134
{
135135
"nevra":"top-a-1:2.0-1.x86_64",
136136
"action":"Install",
137137
"reason":"Group",
138-
"repo_id":"transaction-sr",
138+
"repo_id":"@stored_transaction(transaction-sr)",
139139
"package_path":".\/packages\/top-a-2.0-1.x86_64.rpm"
140140
},
141141
{
142142
"nevra":"mid-a1-1.0-1.x86_64",
143143
"action":"Install",
144144
"reason":"Dependency",
145-
"repo_id":"transaction-sr",
145+
"repo_id":"@stored_transaction(transaction-sr)",
146146
"package_path":".\/packages\/mid-a1-1.0-1.x86_64.rpm"
147147
},
148148
{
149149
"nevra":"bottom-a1-2.0-1.noarch",
150150
"action":"Install",
151151
"reason":"Dependency",
152-
"repo_id":"transaction-sr",
152+
"repo_id":"@stored_transaction(transaction-sr)",
153153
"package_path":".\/packages\/bottom-a1-2.0-1.noarch.rpm"
154154
},
155155
{
156156
"nevra":"bottom-a2-1.0-1.x86_64",
157157
"action":"Install",
158158
"reason":"Dependency",
159-
"repo_id":"transaction-sr",
159+
"repo_id":"@stored_transaction(transaction-sr)",
160160
"package_path":".\/packages\/bottom-a2-1.0-1.x86_64.rpm"
161161
},
162162
{
163163
"nevra":"mid-a2-2.0-1.x86_64",
164164
"action":"Install",
165165
"reason":"Weak Dependency",
166-
"repo_id":"transaction-sr",
166+
"repo_id":"@stored_transaction(transaction-sr)",
167167
"package_path":".\/packages\/mid-a2-2.0-1.x86_64.rpm"
168168
},
169169
{
170170
"nevra":"bottom-a3-1.0-1.x86_64",
171171
"action":"Install",
172172
"reason":"Dependency",
173-
"repo_id":"transaction-sr",
173+
"repo_id":"@stored_transaction(transaction-sr)",
174174
"package_path":".\/packages\/bottom-a3-1.0-1.x86_64.rpm"
175175
}
176176
],
@@ -180,7 +180,7 @@ Scenario: Store a group install transaction
180180
"action":"Install",
181181
"reason":"User",
182182
"group_path":".\/comps\/test-group.xml",
183-
"repo_id":"transaction-sr",
183+
"repo_id":"@stored_transaction(transaction-sr)",
184184
"package_types":"mandatory, default, conditional"
185185
}
186186
],

0 commit comments

Comments
 (0)