def configActiveTest(self, **kwargs): """ Configure any attributes in the path: /ixLoad/test Parameters kwargs: {any_attribute: value} """ self.logInfo('configActiveTest') url = self.sessionIdUrl+'/ixLoad/test/activeTest' response = self.patch(url, data=kwargs)