mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
BZ #1422448 actually points out one regression and one bug related to atomic stop. The BZ itself points out a TypeError exception in the code when trying to glue together a python list and str. Then the atomic stop command was failling in the case where a STOP label was defined and it uses the variable $NAME resulting in a subprocess exception. The self.name variable was not being set by set_args after refactoring occured. Ideally, this should all be moved into the image|container object handling but for now we just handle it in set_args. Also added a test in test_display to catch any future regressions. Closes: #899 Approved by: rhatdan