mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 20:38:05 +00:00
some configuration fix and testrail user add
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import pytest
|
||||
from configuration import CLOUDSDK_VERSION
|
||||
from configuration import CONFIGURATION
|
||||
|
||||
|
||||
@pytest.mark.sdk_version_check
|
||||
def test_cloud_sdk_version(instantiate_cloudsdk):
|
||||
def test_cloud_sdk_version(instantiate_cloudsdk, testbed):
|
||||
try:
|
||||
response = instantiate_cloudsdk.portal_ping()
|
||||
if CLOUDSDK_VERSION['project_version'] == response._project_version and \
|
||||
CLOUDSDK_VERSION['commit_id'] == response._commit_id:
|
||||
if CONFIGURATION[testbed]['controller']['version'] == response._project_version:
|
||||
PASS = True
|
||||
else:
|
||||
PASS = False
|
||||
|
||||
@@ -19,8 +19,8 @@ radius_secret=testing123
|
||||
# Testrail Info
|
||||
tr_url=https://telecominfraproject.testrail.com
|
||||
tr_prefix=Nola_ext_03_
|
||||
tr_user=shivam.thakur@candelatech.com
|
||||
tr_pass=Something
|
||||
tr_user=cicd@tip.com
|
||||
tr_pass=Open$Wifi123
|
||||
tr_project_id=WLAN
|
||||
milestone=29
|
||||
|
||||
|
||||
Reference in New Issue
Block a user