Commit 6506ac33 authored by Marius Rackwitz's avatar Marius Rackwitz

Implemented integration test for update_selected

parent 56b86ddd
Subproject commit ae27aac45afea07e94790947988933fbb9291a22 Subproject commit f6f33b7af957956ca644b620f4815265f75c9389
...@@ -373,6 +373,10 @@ describe "Integration" do ...@@ -373,6 +373,10 @@ describe "Integration" do
check "update --no-repo-update", "update_all" check "update --no-repo-update", "update_all"
end end
describe "Updates a selected Pod in an existing installation" do
check "update Reachability --no-repo-update", "update_selected"
end
end end
#--------------------------------------# #--------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment