some configuration fix and testrail user add

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-04-16 22:04:00 +05:30
parent 3faadebb67
commit d59938ade0
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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