Project

General

Profile

Actions

action #37282

closed

[qam][sle] Add docker-init and manpage

Added by pgeorgiadis almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2018-06-13
Due date:
% Done:

0%

Estimated time:
Difficulty:
easy

Description

https://build.suse.de/request/show/166497 got released.

Please add/write two new test cases for the following bugs:

* bsc#1085117 (man pages for individual docker CLI commands missing)
* bsc#1091633 ([TRACKERBUG] ECO#324652: [ECO] [MODULE] Add docker-init to the containers module)

e.g. extracted from Pavel's testreport:

Before:
$ man docker build # works
$ man docker config # missing
After:
$ man docker build # works
$ man docker config # works
After:
# docker run --rm -it opensuse/tumbleweed bash
df94d595b715:/ # ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.3  0.1  16588  5852 pts/0    Ss   08:35   0:00 bash
root        19  0.0  0.0  30076  3120 pts/0    R+   08:35   0:00 ps aux
df94d595b715:/ # exit
# docker run --rm -it --init opensuse/tumbleweed bash
88f58f80d00e:/ # ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1048     4 pts/0    Ss   08:35   0:00 /dev/init -- bash
root         7  0.0  0.1  16588  5900 pts/0    S    08:35   0:00 bash
root        21  0.0  0.0  30076  3108 pts/0    R+   08:35   0:00 ps aux
88f58f80d00e:/ # exit
Actions #1

Updated by okurz almost 6 years ago

  • Subject changed from [QAM][SLE] Add docker-init and manpage to [qam][sle] Add docker-init and manpage

According to https://progress.opensuse.org/projects/suseqa#PROPOSAL we want to use lowercase component markers in the subject line only. I hope it is ok for you if I adjust that in this ticket.

Actions #2

Updated by pgeorgiadis almost 6 years ago

I didn't know that. sure no prob and thanks for spotting it ;)

Actions #3

Updated by pdostal almost 6 years ago

Hello, here is my pull request.

Actions #4

Updated by pdostal almost 6 years ago

  • Status changed from New to In Progress
Actions #5

Updated by pdostal almost 6 years ago

  • Status changed from In Progress to Resolved

Merged, closed.

Actions

Also available in: Atom PDF