def stop(name)
        status = @test_lab.bootstrap_ssh.exec(%(sudo lxc-info -n #{name}), :silence => true).output
        if status.include?("RUNNING")
          @test_lab.bootstrap_ssh.exec(%(sudo lxc-stop -n #{name}), :silence => true)