Revision 16eb7455 qa/qa_utils.py

b/qa/qa_utils.py
701 701
  return GetNonexistentEntityNames(count, "groups", "group")
702 702

  
703 703

  
704
def GetNonexistentNetworks(count):
705
  """Gets network names which shouldn't exist on the cluster.
706

  
707
  @param count: Number of networks to get
708
  @rtype: integer
709

  
710
  """
711
  return GetNonexistentEntityNames(count, "networks", "network")
712

  
713

  
704 714
def GetNonexistentEntityNames(count, name_config, name_prefix):
705 715
  """Gets entity names which shouldn't exist on the cluster.
706 716

  

Also available in: Unified diff