We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699e62f commit 32588a7Copy full SHA for 32588a7
1 file changed
test/container.sh
@@ -140,13 +140,16 @@ describe 'container.sh'
140
stub container::_start_cadvisor_container
141
stub container::_start_node_exporter_container
142
stub container::_start_swarm_container
143
+ stub upstart::start_docker
144
+ stub docker
145
146
it 'should start all required containers'
147
container::start
148
container::_start_registry_container::called
149
container::_start_cadvisor_container::called
150
container::_start_node_exporter_container::called
151
container::_start_swarm_container::called
152
+ upstart::start_docker::called
153
154
container::_start_registry_container::restore
155
container::_start_cadvisor_container::restore
0 commit comments