ASSERT_THROW(m_catalogue->modifyVirtualOrganizationMaxDrivesAllowedForRead(m_admin,"DOES not exists",newMaxDrivesAllowedForRead),cta::exception::UserError);
ASSERT_THROW(m_catalogue->modifyVirtualOrganizationReadMaxDrives(m_admin,"DOES not exists",newMaxDrivesAllowedForRead),cta::exception::UserError);
ASSERT_THROW(m_catalogue->modifyVirtualOrganizationMaxDrivesAllowedForWrite(m_admin,"DOES not exists",newMaxDrivesAllowedForWrite),cta::exception::UserError);
ASSERT_THROW(m_catalogue->modifyVirtualOrganizationWriteMaxDrives(m_admin,"DOES not exists",newMaxDrivesAllowedForWrite),cta::exception::UserError);
voiddeleteVirtualOrganization(conststd::string&voName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::VirtualOrganization>getVirtualOrganizations()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string¤tVoName,conststd::string&newVoName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationMaxDrivesAllowedForRead(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&voName,constuint64_tmaxDrivesAllowedForRead)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationMaxDrivesAllowedForWrite(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&voName,constuint64_tmaxDrivesAllowedForWrite)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationReadMaxDrives(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&voName,constuint64_tmaxDrivesAllowedForRead)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationWriteMaxDrives(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&voName,constuint64_tmaxDrivesAllowedForWrite)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyVirtualOrganizationComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&voName,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyArchiveRouteComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&storageClassName,constuint32_tcopyNb,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyArchiveRouteTapePoolName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&storageClassName,constuint32_tcopyNb,conststd::string&tapePoolName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
constOptionopt_state{Option::OPT_STR,"--state","-s",std::string(" <\"")+Tape::stateToString(Tape::ACTIVE)+"\""+" or \""+Tape::stateToString(Tape::DISABLED)+"\" or \""+Tape::stateToString(Tape::BROKEN)+"\">"};