commit | ffea7efd9c4ecbd637dae3f28101212c70285099 | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Tue Oct 31 16:18:46 2017 +0300 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Wed Nov 15 09:16:56 2017 +0000 |
tree | 0c4eea0d1dd0b4fa2c8c094de5985ea8da3aba3f | |
parent | 44569fb97b32e805d252514cc9d97c242e4dd634 [diff] |
Fixed the function: remove test docker container by name Earlier we removed the container by grepping the image link. The command was not nice and with pepper the awk and single quotation it is more compicated. Better to remove Rally container by its name. The 'runRallyScenarios' functions sets the name for the container. No need to delete container for Tempest, because docker runs with --rm. Change-Id: Iccf62ac054315513e28983e0558556ada05af5b3