Revision 2eb2f223 ci/utils.py

b/ci/utils.py
261 261
                             fip['floating_ip_address'])
262 262
            self.network_client.delete_floatingip(fip['id'])
263 263

  
264
    # pylint: disable= no-self-use
265
    @_check_fabric
266
    def shell_connect(self):
267
        """Open shell to remote server"""
268
        fabric.open_shell("export TERM=xterm")
269

  
264 270
    def _create_floating_ip(self):
265 271
        """Create a new floating ip"""
266 272
        networks = self.network_client.list_networks(detail=True)

Also available in: Unified diff