mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
Fixture updates- Profiles, README updates, marker updates
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -301,6 +301,7 @@ class ProfileUtility:
|
||||
default_profile._details['keyStr'] = profile_data['security_key']
|
||||
default_profile._details['forwardMode'] = profile_data['mode']
|
||||
default_profile._details['secureMode'] = 'wpaPSK'
|
||||
print(default_profile)
|
||||
profile_id = self.profile_client.create_profile(body=default_profile)._id
|
||||
self.profile_creation_ids['ssid'].append(profile_id)
|
||||
self.profile_ids.append(profile_id)
|
||||
@@ -529,3 +530,4 @@ class JFrogUtility:
|
||||
def get_revisions(self, model=None):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user