From Fedora Project Wiki

Revision as of 10:05, 10 April 2015 by Jfilak (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests the ABRT's ability to process crashes of binaries running in a container. |setup=Install you favourite container technology (D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests the ABRT's ability to process crashes of binaries running in a container.

Setup

Install you favourite container technology (Docker, LXC, systemd-nspawn) and start a container. You can use [Docker and Fedora 22 Alpha Base image]

How to test

  1. Kill sleep with SIGSEGV in your container.
    docker run -it --rm Fedora-Docker-Base-22_Alpha-20150305.x86_64 bash
    sleep 1000 &
    kill -SEGV %%
    
  2. run abrt-cli
    abrt-cli list -d
    

Expected Results

  1. abrt-cli list's output should contain these fiels: container, container_cmdline, container_id, container_image, docker_inspect,