Delete get_acl_dict function

This commit is contained in:
cesar991 2016-07-14 11:17:37 +02:00
parent 03d3e7b347
commit 00752bd406
1 changed files with 0 additions and 8 deletions

View File

@ -8,14 +8,6 @@ from common_functions_60 import *
import random, time
import string
def get_acl_dict():
acl_dict = {}
acl_dict['Monitoring'] = []
acl_dict['Topology maps'] = []
acl_dict['Monitoring'].append()
def add_user_profile(driver,user_name,profile,group,tags=[]):
click_menu_element(driver,"Users management")
driver.find_element_by_css_selector("b").click()