def refreshConnection(self, locationUrl): url = self.httpHeader+locationUrl+'/operations/refreshConnection' response = self.post(url) self.verifyStatus(self.httpHeader + response.headers['location'])