File tree 7 files changed +27
-21
lines changed
7 files changed +27
-21
lines changed Original file line number Diff line number Diff line change
1
+ Zoo
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ setup() {
32
32
@test " create package repository" {
33
33
hammer repository create --organization=" ${ORGANIZATION} " \
34
34
--product=" ${PRODUCT} " --content-type=" yum" --name " ${YUM_REPOSITORY} " \
35
- --url https://fixtures.pulpproject.org/rpm-packages-updateinfo / | grep -q " Repository created"
35
+ --url https://fixtures.pulpproject.org/rpm-no-comps / | grep -q " Repository created"
36
36
}
37
37
38
38
@test " upload package" {
@@ -449,3 +449,15 @@ setup() {
449
449
@test " fetch rpm from yum repository on old path" {
450
450
tCheckPulpYumContent " ${HOSTNAME} " " pulp/repos" " Library"
451
451
}
452
+
453
+ @test " clean-up modules-rpms and rpm-deps" {
454
+ hammer repository delete --organization=" ${ORGANIZATION} " \
455
+ --product=" ${PRODUCT} " --name=" ${YUM_REPOSITORY_2} " \
456
+ --remove-from-content-view-versions=true
457
+ hammer repository delete --organization=" ${ORGANIZATION} " \
458
+ --product=" ${PRODUCT} " --name=" ${YUM_REPOSITORY_3} " \
459
+ --remove-from-content-view-versions=true
460
+
461
+ echo " ::ForemanTasks.sync_task(::Actions::Katello::OrphanCleanup::RemoveOrphans, SmartProxy.pulp_primary)" \
462
+ | foreman-rake console
463
+ }
Original file line number Diff line number Diff line change 1
1
-------------------|--------|----------------|--------------|---------
2
2
MODULE STREAM NAME | STREAM | VERSION | ARCHITECTURE | CONTEXT
3
3
-------------------|--------|----------------|--------------|---------
4
- kangaroo | 0 | 20180730223407 | noarch | deadbeef
5
4
walrus | 5.21 | 20180704144203 | x86_64 | deadbeef
6
5
-------------------|--------|----------------|--------------|---------
Original file line number Diff line number Diff line change 1
- -----------------------------
2
- FILENAME
3
- -----------------------------
4
- wolf-9.4-2.noarch.rpm
5
- whale-0.2-1.noarch.rpm
6
- walrus-5.21-1.noarch.rpm
7
- tiger-1.0-4.noarch.rpm
8
- stork-0.12-2.noarch.rpm
9
- shark-0.1-1.noarch.rpm
10
- pike-2.2-1.noarch.rpm
11
- penguin-0.9.1-1.noarch.rpm
12
- lion-0.4-1.noarch.rpm
13
- kangaroo-0.3-1.noarch.rpm
14
- elephant-8.3-1.noarch.rpm
15
- dolphin-3.10.232-1.noarch.rpm
16
- crow-0.8-1.noarch.rpm
17
- bear-4.1-1.noarch.rpm
18
- -----------------------------
1
+ --------------------------
2
+ FILENAME
3
+ --------------------------
4
+ walrus-5.21-1.noarch.rpm
5
+ shark-0.1-1.noarch.rpm
6
+ penguin-0.9.1-1.noarch.rpm
7
+ --------------------------
Original file line number Diff line number Diff line change 2
2
ERRATA ID
3
3
--------------
4
4
RHEA-2012:0055
5
+ RHEA-2012:0056
6
+ RHEA-2012:0057
7
+ RHEA-2012:0058
5
8
--------------
Original file line number Diff line number Diff line change 2
2
ERRATA ID
3
3
--------------
4
4
RHEA-2012:0055
5
+ RHEA-2012:0056
6
+ RHEA-2012:0057
7
+ RHEA-2012:0058
5
8
--------------
Original file line number Diff line number Diff line change 1
1
-------------------|--------|----------------|--------------|---------
2
2
MODULE STREAM NAME | STREAM | VERSION | ARCHITECTURE | CONTEXT
3
3
-------------------|--------|----------------|--------------|---------
4
- kangaroo | 0 | 20180730223407 | noarch | deadbeef
5
4
walrus | 5.21 | 20180704144203 | x86_64 | deadbeef
6
5
-------------------|--------|----------------|--------------|---------
You can’t perform that action at this time.
0 commit comments