diff --git a/framework/fileStore/BrowserPerformanceVariables.py b/framework/fileStore/BrowserPerformanceVariables.py
index 3c0bdc85..124b6307 100644
--- a/framework/fileStore/BrowserPerformanceVariables.py
+++ b/framework/fileStore/BrowserPerformanceVariables.py
@@ -16,20 +16,32 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#########################################################################
-css3_test_url="https://css3test.com/#css3-background"
-css3_test_subcategory_list = ["Animations Level 1", "Backgrounds and Borders Level 3", "Backgrounds and Borders Level 4", "Basic User Interface Level 3", "Basic User Interface Level 4", "Box Alignment Level 3", "Cascading and Inheritance Level 3", "Cascading and Inheritance Level 4", "Compositing and Blending Level 1", "Custom Properties for Cascading Variables Level 1", "Filter Effects Level 1", "Flexible Box Layout Level 1", "Fonts Level 3", "Fonts Level 4", "Generated Content Level 3", "Grid Layout Level 1", "Grid Layout Level 2", "Grid Layout Level 3", "Images Level 3", "Lists Level 3", "Masking Level 1", "Media Queries Level 3", "Media Queries Level 4", "Media Queries Level 5", "Pointer Events Level 1", "Pointer Events Level 3", "Positioned Layout Level 3", "Ruby Layout Level 1", "Scroll Snap Level 1", "Shadow Parts", "Shapes Level 1", "SVG 2 Coordinate Systems, Transformations and Units", "SVG 2 Geometry Properties", "SVG 2 Paint Servers", "SVG 2 Painting", "SVG 2 Scripting and Interactivity", "SVG 2 Text", "Text Decoration Level 3", "Text Decoration Level 4", "Transforms Level 1", "Transforms Level 2", "Transitions", "Will Change Level 1"]
-octane_test_url ="https://chromium.github.io/octane/?auto=1"
+
+app_download_url = ""
+
+strike_app_bundle_name = ""
+
+octane_app_bundle_name = ""
octane_test_subcategory_list = ["Crypto","EarleyBoyer","Splay","SplayLatency","pdf.js","CodeLoad"]
+
+animation_app_bundle_name = ""
+
+kraken_app_bundle_name = ""
+
+smashcat_app_bundle_name = ""
+
+motion_app_bundle_name = ""
+
+speedometer_app_bundle_name = ""
+
+css3_app_bundle_name = ""
+css3_test_subcategory_list = ["Animations Level 1", "Backgrounds and Borders Level 3", "Backgrounds and Borders Level 4", "Basic User Interface Level 3", "Basic User Interface Level 4", "Box Alignment Level 3", "Cascading and Inheritance Level 3", "Cascading and Inheritance Level 4", "Compositing and Blending Level 1", "Custom Properties for Cascading Variables Level 1", "Filter Effects Level 1", "Flexible Box Layout Level 1", "Fonts Level 3", "Fonts Level 4", "Generated Content Level 3", "Grid Layout Level 1", "Grid Layout Level 2", "Grid Layout Level 3", "Images Level 3", "Lists Level 3", "Masking Level 1", "Media Queries Level 3", "Media Queries Level 4", "Media Queries Level 5", "Pointer Events Level 1", "Pointer Events Level 3", "Positioned Layout Level 3", "Ruby Layout Level 1", "Scroll Snap Level 1", "Shadow Parts", "Shapes Level 1", "SVG 2 Coordinate Systems, Transformations and Units", "SVG 2 Geometry Properties", "SVG 2 Paint Servers", "SVG 2 Painting", "SVG 2 Scripting and Interactivity", "SVG 2 Text", "Text Decoration Level 3", "Text Decoration Level 4", "Transforms Level 1", "Transforms Level 2", "Transitions", "Will Change Level 1"]
+
+
html5_test_url ="https://html5test.com/"
html5_test_subcategory_list = ["Parsing rules","Elements","Forms","Web Components","Location and Orientation","Communication","Streams","Performance","Security","Payments","Video","Audio","Streaming","Animation","Files"]
sunspider_url = "https://webkit.org/perf/sunspider-1.0.2/sunspider-1.0.2/driver.html"
sunspider_test_subcategory_list = ["access","bitops","3bit-bits-in-byte","bits-in-byte","bitwise-and","nsieve-bits","controlflow","recursive","crypto","math"]
-strike_tool_url = "https://strike.lightningjs.io/"
-motionmark_test_url = "https://browserbench.org/MotionMark1.2/"
-animation_benchmark_test_url = "https://themaninblue.com/experiment/AnimationBenchmark/canvas/"
-speedometer_test_url = "https://browserbench.org/Speedometer3.1/"
-smashcat_test_url = "http://www.smashcat.org/av/canvas_test/"
-kraken_test_url = "https://mozilla.github.io/krakenbenchmark.mozilla.org/kraken-1.1/driver.html"
#https://askubuntu.com/questions/432255/what-is-the-display-environment-variable
display_variable=":0"
#Give the path where the chromedriver executable is available
diff --git a/framework/fileStore/MediaValidationUtility.py b/framework/fileStore/MediaValidationUtility.py
index 1ca8097b..7d9b920f 100644
--- a/framework/fileStore/MediaValidationUtility.py
+++ b/framework/fileStore/MediaValidationUtility.py
@@ -31,8 +31,10 @@
# Device specific config file
deviceConfigFile = ""
+
# Global variable to store all the operations
all_operations = ""
+
# Global variable to store all the url arguments
all_arguments = {}
@@ -41,30 +43,34 @@
# Global variable to store websocket conn feature
webkit_socket_conn = True
+
# Global variable to store default webinspect port
webkit_socket_port = webinspect_port
-
expectedResult = "SUCCESS"
+
# Global variable to store client with high z-order
next_z_order_client = None
# Global variables to store default AV port
video_port = None
audio_port = None
+
# Global variables to store resolution info
current_resolution = None
resolution_revert = False
+
# Global variables to store sound modes
current_mode = None
mode_revert = False
auto_mode = 0
+
# Global variable to store proc validation mode
proc_check_mode = None
+
# Global variable to store events
evt_lst = []
-
#************************************************************************************************************#
# Function to set the operation and interval
@@ -111,7 +117,6 @@ def getURLArguments():
url_arguments += args + "=" + str(all_arguments[args])
return url_arguments
-
# Function to form the complete test app url
def getTestURL(appURL,URLarguments):
if "player=" in appURL:
@@ -172,7 +177,6 @@ def updateLibOptions(val):
#result,uselib = rdkv_performancelib.getDeviceConfigKeyValue(deviceConfigFile,"LOAD_USING_HLSLIB")
updateOptions(lib_key+"("+uselib+")")
-
# Function to parser the web inspect json message and display the
# console log
def dispConsoleMessage(log):
@@ -188,7 +192,6 @@ def dispConsoleMessage(log):
def dispConsoleLog(log):
console_methods = ["Console.messagesCleared","Console.messageRepeatCountUpdated"]
try:
-
#if "Console.messageAdded" in log:
# dispConsoleMessage(log)
if "%" not in log:
@@ -233,12 +236,12 @@ def socketConnectionEnableDisable(flag):
global webkit_socket_conn
webkit_socket_conn = flag
-# Function to update webnspect port
+# Function to update webinspect port
def setWebKitSocketPort(port):
global webkit_socket_port
webkit_socket_port = port
-# Function to create websocket connection to webki webinspect page
+# Function to create websocket connection to webinspect page
def createWebKitSocket(obj):
print("\nInitiate Connection to Webinspect page (port:%s)..." %(webkit_socket_port))
socket = createEventListener(obj.IP,webkit_socket_port,[],"/devtools/page/1",False)
@@ -246,9 +249,7 @@ def createWebKitSocket(obj):
status = socket.getConnectionStatus()
return status,socket
-
# Function to set Pre/Post requisites for executing media tests
-
def checkPluginStatus(obj,plugin):
print("\nChecking %s Plugin Status..." %(plugin))
tdkTestObj = obj.createTestStep('rdkservice_getPluginStatus');
@@ -275,44 +276,8 @@ def setPluginState(obj,plugin,state):
tdkTestObj.setResultStatus("FAILURE");
return "FAILURE"
-def launchPlugin(obj,plugin,url):
- print("\nLaunching %s using RDKShell..." %(plugin))
- url = url.replace('\"',"")
- try:
- result,base_path_from_config = rdkv_performancelib.getDeviceConfigKeyValue(deviceConfigFile,"TEST_STREAMS_BASE_PATH")
- except:
- base_path_from_config = ""
- if base_path_from_config :
- url = url.replace(test_streams_base_path,base_path_from_config);
- tdkTestObj = obj.createTestStep('rdkservice_setValue')
- params = '{"callsign":"'+plugin+'", "type":"'+plugin+'", "uri":"'+url+'"}'
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.launch")
- tdkTestObj.addParameter("value",params)
- tdkTestObj.executeTestCase(expectedResult);
- result = tdkTestObj.getResult();
- info = tdkTestObj.getResultDetails();
- if "SUCCESS" in result:
- print("Resumed %s plugin " %(plugin))
- tdkTestObj.setResultStatus("SUCCESS")
- time.sleep(3)
- tdkTestObj = obj.createTestStep('rdkservice_getValue');
- tdkTestObj.addParameter("method",plugin+".1.url");
- tdkTestObj.executeTestCase(expectedResult);
- result = tdkTestObj.getResult()
- new_url = tdkTestObj.getResultDetails();
- print("%s Plugin current url: %s" %(plugin,new_url))
- if "SUCCESS" in result and (new_url in url or url in new_url):
- tdkTestObj.setResultStatus("SUCCESS")
- return "SUCCESS"
- else:
- tdkTestObj.setResultStatus("FAILURE")
- return "FAILURE"
- else:
- print("Unable to Resume %s plugin " %(plugin))
- tdkTestObj.setResultStatus("FAILURE")
- return result
-
def launchApp(obj,app_id):
+ max_retries = 2
print(f"\nLaunching the app: {app_id}")
tdkTestObj = obj.createTestStep('rdkservice_launch_app')
tdkTestObj.addParameter("app_name", app_id)
@@ -321,101 +286,20 @@ def launchApp(obj,app_id):
if status == "SUCCESS":
tdkTestObj.setResultStatus("SUCCESS")
print(f"\nChecking if {app_id} is launched successfully")
- # Wait for 2 seconds to load the app
- time.sleep(2)
- app_ids = rdkservice_get_loaded_apps()
- if app_id in app_ids:
- print(f"\nSuccessfully launched the app: {app_id}")
- tdkTestObj.setResultStatus("SUCCESS")
- return "SUCCESS"
- else:
- tdkTestObj.setResultStatus("FAILURE")
- print(f"\nThe app {app_id} is not listed in LoadedApps, hence failed to launch\n")
- return "FAILURE"
- else:
+ for attempt in range(max_retries):
+ if app_id in rdkservice_get_loaded_apps():
+ print(f"\nSuccessfully launched the app: {app_id}")
+ tdkTestObj.setResultStatus("SUCCESS")
+ return "SUCCESS"
+ if attempt < max_retries - 1:
+ time.sleep(3)
tdkTestObj.setResultStatus("FAILURE")
- print(f"\nFailed to launch the app: {app_id}\n")
+ print(f"\nThe app {app_id} is not listed in LoadedApps, hence failed to launch the app\n")
return "FAILURE"
-
-def checkRDKShellClients(obj,plugin):
- print("\nChecking RDKShell Clients...")
- tdkTestObj = obj.createTestStep('rdkservice_getValue');
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.getClients");
- tdkTestObj.executeTestCase("SUCCESS");
- result = tdkTestObj.getResult();
- details = tdkTestObj.getResultDetails();
- check_client = ""
- if "SUCCESS" in result:
- clients_list = ast.literal_eval(details)["clients"]
- print("RDKShell Clients: %s" %(clients_list))
- for client in clients_list:
- if client.lower() == plugin.lower():
- check_client = client
- break;
- if check_client != "":
- tdkTestObj.setResultStatus("SUCCESS")
- else:
- tdkTestObj.setResultStatus("FAILURE")
else:
- print("Unable to get RDKShell Clients")
tdkTestObj.setResultStatus("FAILURE")
-
- return result,check_client
-
-def checkClientZOrder(obj,client):
- print("\nChecking Clients Z-Order...")
- tdkTestObj = obj.createTestStep('rdkservice_getValue');
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.getZOrder");
- tdkTestObj.executeTestCase("SUCCESS");
- result = tdkTestObj.getResult();
- details = tdkTestObj.getResultDetails();
- client_z_order_status = None
- global next_z_order_client
- next_z_order_client = None
- if "SUCCESS" in result:
- clients_list = ast.literal_eval(details)["clients"]
- # remove unwanted process from z-order list
- clients_list = exclude_from_zorder(clients_list)
- print("Clients Z-Order: %s" %(clients_list))
- if len(clients_list) > 0:
- tdkTestObj.setResultStatus("SUCCESS")
- if clients_list[0] == client:
- client_z_order_status = True
- if len(clients_list) > 1:
- next_z_order_client = clients_list[1]
- else:
- client_z_order_status = False
- else:
- print("Clients Z-Order list is empty")
- tdkTestObj.setResultStatus("FAILURE")
- else:
- print("Unable to get Clients Z-Order")
- tdkTestObj.setResultStatus("FAILURE")
-
- return result,client_z_order_status
-
-#remove unwanted processes from z-order list
-def exclude_from_zorder(zorder):
- new_zorder = [ element for element in zorder if element not in excluded_process_list ]
- return new_zorder
-
-def checkWebkitReadyState(obj,result,webkit_client,webkit_z_order_status):
- if "SUCCESS" in result and not webkit_z_order_status:
- move_status = moveToFrontClient(obj,webkit_client)
- if "SUCCESS" in move_status:
- result,webkit_z_order_status = checkClientZOrder(obj,webkit_client)
- if "SUCCESS" in result and webkit_z_order_status:
- webkit_ready = True
- else:
- webkit_ready = False
- else:
- webkit_ready = False
- elif "SUCCESS" in result and webkit_z_order_status:
- webkit_ready = True
- else:
- webkit_ready = False
-
- return webkit_ready
+ print(f"\nFailed to launch the app: {app_id}\n")
+ return "FAILURE"
def checkProcEntry(obj,validation_dict):
tdkTestObj = obj.createTestStep('rdkv_media_checkProcEntry')
@@ -438,49 +322,6 @@ def checkProcEntry(obj,validation_dict):
tdkTestObj.setResultStatus(result);
return info
-def moveToFrontClient(obj,client):
- print("\nMoving %s to front..." %(client))
- tdkTestObj = obj.createTestStep('rdkservice_setValue')
- params = '{"client":"'+client+'"}'
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.moveToFront")
- tdkTestObj.addParameter("value",params)
- tdkTestObj.executeTestCase(expectedResult);
- result = tdkTestObj.getResult();
- info = tdkTestObj.getResultDetails();
- time.sleep(3)
- if "SUCCESS" in result:
- print("%s plugin moved to front" %(client))
- tdkTestObj.setResultStatus("SUCCESS");
- return "SUCCESS"
- else:
- print("Unable to move %s plugin to front" %(client))
- tdkTestObj.setResultStatus("FAILURE");
- return "FAILURE"
-
-# Function to send key code inputs to the RDKShell client
-# Values must follow the pattern KeyName:KeyCode seperated by comma. Eg [ArrowLeft:37,ArrowDown:40]
-def sendKeysToClient(obj,client,key_sequence):
- status = "SUCCESS"
- for key_info in key_sequence.split(","):
- key_name = key_info.split(":")[0]
- key_code = key_info.split(":")[1]
- time.sleep(10)
- tdkTestObj = obj.createTestStep('rdkservice_setValue')
- params = '{"keys":[{"keyCode":'+key_code+',"modifiers": ["'+key_name+'"],"delay": 1.0,"callsign": "'+client+'"}]}'
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.generateKey")
- tdkTestObj.addParameter("value",params)
- tdkTestObj.executeTestCase(expectedResult);
- result = tdkTestObj.getResult();
- if "SUCCESS" in result:
- print("Key: %s KeyCode: %s sent successfully" %(key_name,key_code))
- tdkTestObj.setResultStatus("SUCCESS");
- else:
- print("Key: %s KeyCode: %s sending failed" %(key_name,key_code))
- tdkTestObj.setResultStatus("FAILURE");
- status = "FAILURE"
- return status
-
-
def checkDRMSupported(obj,drm):
result,ocdm_status = checkPluginStatus(obj,"OCDM");
if str(ocdm_status) != "None":
@@ -518,7 +359,6 @@ def checkDRMSupported(obj,drm):
print("OCDM plugin not available. DRM not supported")
return "NA"
-
def getConnectedVideoDisplay(obj):
global video_port
print("\nChecking Connected video displays...")
@@ -618,7 +458,6 @@ def checkSupportedAudioModes(obj,mode):
tdkTestObj.setResultStatus(check_status)
return mode,check_status
-
def checkSupportedAudioCapabilities(obj,mode):
print("\nChecking Supported Audio capabilities...")
tdkTestObj = obj.createTestStep('rdkservice_setValue');
@@ -649,7 +488,6 @@ def checkSupportedAudioCapabilities(obj,mode):
tdkTestObj.setResultStatus(check_status)
return check_status
-
def checkSupportedResolution(obj,res):
print("\nChecking Supported Resolutions...")
tdkTestObj = obj.createTestStep('rdkservice_setValue');
@@ -813,7 +651,6 @@ def setCurrentResolution(obj,res):
set_status = "FAILURE"
tdkTestObj.setResultStatus("FAILURE")
print("Unable to set the resolution")
-
return set_status
def setAudioAtmosOutputMode(obj,enable):
@@ -833,7 +670,6 @@ def setAudioAtmosOutputMode(obj,enable):
tdkTestObj.setResultStatus("FAILURE");
return "FAILURE"
-
# Function to set the resolution pre-requisites
def setResolutionPreRequisites(obj,res):
result,ds_status = checkPluginStatus(obj,"org.rdk.DisplaySettings");
@@ -905,7 +741,6 @@ def setSoundModePostRequisites(obj):
else:
return True
-
# Function to set the atmos o/p mode pre-requisites
def setAudioAtmosOutputModePreRequisites(obj,mode):
result,ds_status = checkPluginStatus(obj,"org.rdk.DisplaySettings");
@@ -931,7 +766,6 @@ def setAudioAtmosOutputModePreRequisites(obj,mode):
else:
return False
-
# Function to set the primary pre-requisites
def setMediaTestPreRequisites(obj,app_id,app_download_url,get_proc_info=True):
pre_requisite_status = "SUCCESS"
@@ -1014,7 +848,6 @@ def setMediaTestPreRequisites(obj,app_id,app_download_url,get_proc_info=True):
return pre_requisite_status,webkit_console_socket,validation_dict
-
def monitorVideoTest(obj,webkit_console_socket,validation_dict,check_pattern,timeout=60):
video_test_result = ""
proc_check_list = []
@@ -1022,10 +855,8 @@ def monitorVideoTest(obj,webkit_console_socket,validation_dict,check_pattern,tim
video_test_result,proc_check_list = monitorVideoTestUsingWebInspect(obj,webkit_console_socket,validation_dict,check_pattern,timeout)
elif logging_method == "REST_API":
video_test_result,proc_check_list = monitorVideoTestUsingRestAPI(obj,validation_dict,check_pattern,timeout)
-
return video_test_result,proc_check_list
-
def monitorVideoTestUsingRestAPI(obj,validation_dict,check_pattern,timeout):
wait_time = timeout/60
continue_count = 0
@@ -1113,7 +944,6 @@ def monitorVideoTestUsingRestAPI(obj,validation_dict,check_pattern,timeout):
return video_test_result,proc_check_list
-
# Function to monitor video test app progress and get the result
def monitorVideoTestUsingWebInspect(obj,webkit_console_socket,validation_dict,check_pattern,timeout=60):
wait_time = timeout/60
@@ -1168,8 +998,6 @@ def monitorVideoTestUsingWebInspect(obj,webkit_console_socket,validation_dict,ch
return video_test_result,proc_check_list
-
-
# Function to monitor animation test app progress and get the result
def monitorAnimationTest(obj,webkit_console_socket,check_pattern,timeout=60):
animation_test_result = ""
@@ -1180,7 +1008,6 @@ def monitorAnimationTest(obj,webkit_console_socket,check_pattern,timeout=60):
animation_test_result,diagnosis_info = monitorAnimationTestUsingRestAPI(obj,check_pattern,timeout)
return animation_test_result,diagnosis_info
-
def monitorAnimationTestUsingRestAPI(obj,check_pattern,timeout):
wait_time = timeout/60
continue_count = 0
@@ -1249,8 +1076,6 @@ def monitorAnimationTestUsingRestAPI(obj,check_pattern,timeout):
return animation_test_result,diagnosis_info
-
-
# Function to monitor animation test app progress and get the result
def monitorAnimationTestUsingWebInspect(obj,webkit_console_socket,check_pattern,timeout=60):
wait_time = timeout/60
@@ -1288,9 +1113,6 @@ def monitorAnimationTestUsingWebInspect(obj,webkit_console_socket,check_pattern,
return animation_test_result,diagnosis_info
-
-
-
# Function to monitor conformance test app progress and get the result
def monitorConformanceTest(obj,webkit_console_socket,timeout=60):
wait_time = timeout/60
@@ -1397,7 +1219,6 @@ def getTestURLs(players_list,appArguments):
test_urls.append(test_url)
return test_urls
-
# Function to set the primary post-requisites
def setMediaTestPostRequisites(app_id):
post_requisite_status = "SUCCESS"
@@ -1407,7 +1228,6 @@ def setMediaTestPostRequisites(app_id):
post_requisite_status = "FAILURE"
return post_requisite_status
-
# Function to validate the Latency time
def validateLatency(obj):
loaded_time = getTimeFromMsg(evt_lst[0])
@@ -1433,24 +1253,6 @@ def validateLatency(obj):
test_result = "FAILURE"
return test_result
-def destroyPlugin(obj,plugin):
- print("\nDestroying %s using RDKShell..." %(plugin))
- tdkTestObj = obj.createTestStep('rdkservice_setValue')
- params = '{"callsign":"'+plugin+'"}'
- tdkTestObj.addParameter("method","org.rdk.RDKShell.1.destroy")
- tdkTestObj.addParameter("value",params)
- tdkTestObj.executeTestCase(expectedResult);
- result = tdkTestObj.getResult();
- info = tdkTestObj.getResultDetails();
- if "SUCCESS" in result:
- print("Destroyed %s plugin " %(plugin))
- tdkTestObj.setResultStatus("SUCCESS")
- return "SUCCESS"
- else:
- print("Unable to Destroy %s plugin " %(plugin))
- tdkTestObj.setResultStatus("FAILURE")
- return "FAILURE"
-
def stop_nginx():
"""Stops Nginx running in the Nginx container via SSH."""
try:
@@ -1558,7 +1360,7 @@ def printDRMObservation(app_log_file, observe_duration=60):
print("[DRM OBSERVE] Playback did NOT reach clear duration")
print("[DRM OBSERVE] NOTE:")
- print(" 'Video Player Encrypted' indicates DRM presence")
- print(" NOT actual encrypted segment playback")
+ print("'Video Player Encrypted' indicates DRM presence")
+ print("NOT actual encrypted segment playback")
print("--------------------------------------------------")
diff --git a/framework/fileStore/rdkv_performancelib.py b/framework/fileStore/rdkv_performancelib.py
index 972044b5..73466991 100644
--- a/framework/fileStore/rdkv_performancelib.py
+++ b/framework/fileStore/rdkv_performancelib.py
@@ -80,6 +80,44 @@ def init_module(libobj,port,deviceInfo):
print("\nException Occurred while getting MAC \n")
print(e)
+#-------------------------------------------------------------------
+#GET THE WEBINSPECT PORT FROM THE DEVICE LOG VIA SSH
+#-------------------------------------------------------------------
+def get_webinspect_port():
+ try:
+ # Get SSH parameters from configuration file
+ ssh_params = rdkservice_getSSHParams(libObj.realpath, deviceIP)
+ if ssh_params == "" or ssh_params == "{}":
+ raise Exception("Failed to get SSH parameters from configuration")
+
+ ssh_params_dict = json.loads(ssh_params)
+ ssh_method = ssh_params_dict.get("ssh_method")
+ credentials = ssh_params_dict.get("credentials")
+
+ if not ssh_method or not credentials:
+ raise Exception("SSH method or credentials not found in configuration")
+
+ # Execute command on DUT to get inspector port from dacapp.log
+ cmd = "cat /opt/logs/dacapp.log | grep 'inspector port set to'"
+ output = rdkservice_getRequiredLog(ssh_method, credentials, cmd)
+
+ if output == "EXCEPTION" or output == "":
+ raise Exception("Failed to retrieve log output from DUT")
+
+ # Parse the port number from output
+ for line in output.splitlines():
+ match = re.search(r'inspector port set to\s+(\d+)', line, re.IGNORECASE)
+ if match:
+ return match.group(1)
+
+ # If no port found in output
+ raise Exception("Inspector port not found in dacapp.log output")
+
+ except Exception as e:
+ print("Unable to get webinspect port from dacapp.log:", e)
+ raise
+
+
#---------------------------------------------------------------
#POST CURL REQUEST USING PYTHON REQUESTS
#---------------------------------------------------------------
@@ -343,7 +381,34 @@ def rdkservice_getBrowserScore_CSS3():
try:
browser_score_dict = {}
browser_subcategory_list = BrowserPerformanceVariables.css3_test_subcategory_list
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -386,7 +451,33 @@ def rdkservice_getBrowserScore_Octane():
try:
browser_score_dict = {}
browser_subcategory_list = BrowserPerformanceVariables.octane_test_subcategory_list
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -478,8 +569,32 @@ def rdkservice_getBrowserScore_HTML5():
try:
browser_score_dict = {}
browser_subcategory_list = BrowserPerformanceVariables.html5_test_subcategory_list
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
- print("url:",webinspectURL)
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -524,7 +639,32 @@ def rdkservice_getBrowserScore_SunSpider():
browser_score = ''
browser_score_dict = {}
browser_subcategory_list = BrowserPerformanceVariables.sunspider_test_subcategory_list
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(60)
@@ -1100,7 +1240,33 @@ def rdkservice_getBrowserScore_AnimationBenchmark():
fps_list = []
try:
browser_score_dict = {}
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(20)
@@ -1157,7 +1323,33 @@ def get_graphical_plugins(conf_file):
def rdkservice_getBrowserScore_Speedometer():
try:
browser_score_dict = {}
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -1183,7 +1375,33 @@ def rdkservice_getBrowserScore_Speedometer():
def rdkservice_getBrowserScore_MotionMark():
try:
browser_score_dict = {}
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -1216,7 +1434,33 @@ def rdkservice_getBrowserScore_MotionMark():
def rdkservice_getBrowserScore_Smashcat():
try:
browser_score_dict = {}
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
+
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -1256,7 +1500,32 @@ def rdkservice_getBrowserScore_Smashcat():
def rdkservice_getBrowserScore_Kraken():
try:
browser_score_dict = {}
- webinspectURL = 'http://'+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/Main.html?ws='+deviceIP+':'+BrowserPerformanceVariables.webinspect_port+'/socket/1/1/WebPage'
+ # Get webinspect port with error handling
+ try:
+ webinspect_port = get_webinspect_port()
+ print("\nWebinspect port retrieved: ", webinspect_port)
+ except Exception as e:
+ print("\nFailed to retrieve webinspect port:", e)
+ browser_score_dict["main_score"] = "Unable to get the browser score"
+ browser_score_dict = json.dumps(browser_score_dict)
+ return browser_score_dict
+
+ webinspectURL = 'http://'+deviceIP+':'+webinspect_port+'/Main.html?ws='+deviceIP+':'+webinspect_port+'/socket/1/1/WebPage'
+ print("\nWebinspect URL:", webinspectURL)
+
+ # Test basic connectivity before opening browser
+ try:
+ print("\nTesting connection to webinspect server...")
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ sock.settimeout(5)
+ result = sock.connect_ex((deviceIP, int(webinspect_port)))
+ sock.close()
+ if result == 0:
+ print("Connection to webinspect server successful")
+ else:
+ print("Connection to webinspect server failed (code: %d)" % result)
+ except Exception as e:
+ print("Connection test error:", e)
driver = openChromeBrowser(webinspectURL);
if driver != "EXCEPTION OCCURRED":
time.sleep(10)
@@ -1980,3 +2249,62 @@ def setPS_value(video_test_url):
except Exception as e:
print("Failed to set the PersistentStore value: ", e)
return None
+
+#-----------------------------------------------------------------------------------------
+#TO PRESS KEYS IN UI USING APP MANAGER
+#-----------------------------------------------------------------------------------------
+def browsertest_keypress(obj,app_name,keys):
+
+ key_navigate = keys
+ result="FAILURE"
+ param='['
+ index=0
+ expectedResult= "SUCCESS"
+ print(f"Getting the app instance id of {app_name}")
+ tdkTestObj = obj.createTestStep('rdkservice_getValue')
+ tdkTestObj.addParameter("method","org.rdk.AppManager.getLoadedApps")
+ tdkTestObj.executeTestCase(expectedResult)
+ result = tdkTestObj.getResultDetails()
+ status = tdkTestObj.getResult()
+ if status == expectedResult and app_name in result:
+ appinstanceid=""
+ result = ast.literal_eval(result)
+ for item in result:
+ if isinstance(item, dict) and item.get("appId") == app_name:
+ appinstanceid = item.get("appInstanceId")
+ if appinstanceid != "":
+ print("####App instance id of the launched app is: ", appinstanceid)
+ for key in key_navigate:
+ if ":" in key:
+ param = param + '{\\"keyCode\\": ' + key + ',\\"modifiers\\": ['+ key.split(":")[0] +'],\\"delay\\":0.1}'
+ else:
+ param = param + '{\\"keyCode\\": ' + key + ',\\"modifiers\\": [],\\"delay\\":0.1}'
+ if index != (len(key_navigate)-1):
+ param = param + ','
+ else:
+ param = param + ']'
+ index +=1
+
+ params = '{"client":' + appinstanceid + ',"keys":"{\\"keys\\":'+ param + '}"'
+
+
+ tdkTestObj = obj.createTestStep('rdkservice_setValue')
+ tdkTestObj.addParameter("method","org.rdk.RDKWindowManager.generateKey")
+ tdkTestObj.addParameter("value",params)
+ tdkTestObj.executeTestCase(expectedResult)
+ result = tdkTestObj.getResult()
+ if expectedResult in result:
+ tdkTestObj.setResultStatus("SUCCESS")
+ print("SUCCESS: Navigated through UI and started the test")
+ result = "SUCCESS"
+ else:
+ tdkTestObj.setResultStatus("FAILURE")
+ print("FAILURE : Failed to start the test by navigating through UI")
+ else:
+ print("Failed to get appinstanceId")
+ tdkTestObj.setResultStatus("FAILURE")
+ else:
+ print("Failed to get the loaded apps")
+ tdkTestObj.setResultStatus("FAILURE")
+ return result
+
\ No newline at end of file
diff --git a/framework/fileStore/tdkvRDKServiceXMLs/RDKWindowManagerPlugin_TestCases.xml b/framework/fileStore/tdkvRDKServiceXMLs/RDKWindowManagerPlugin_TestCases.xml
index 07f413a4..7cf8e6c5 100644
--- a/framework/fileStore/tdkvRDKServiceXMLs/RDKWindowManagerPlugin_TestCases.xml
+++ b/framework/fileStore/tdkvRDKServiceXMLs/RDKWindowManagerPlugin_TestCases.xml
@@ -881,7 +881,7 @@
-
+
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_Device_CPULoad.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_Device_CPULoad.py
index ff90b2be..66ba10da 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_Device_CPULoad.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_Device_CPULoad.py
@@ -118,8 +118,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -176,8 +175,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_FPS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_FPS.py
index 98344f73..a7930e5d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_FPS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Average_FPS.py
@@ -119,8 +119,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
config_status = "SUCCESS"
@@ -153,7 +152,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -188,8 +187,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app utl from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Check_Graphics_workload.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Check_Graphics_workload.py
index 59d206a9..140e91b4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Check_Graphics_workload.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Check_Graphics_workload.py
@@ -120,8 +120,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.multi_animation_app_id,MediaValidationVariables.multi_animation_app_download_url)
config_status = "SUCCESS"
@@ -155,7 +154,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.multi_animation_app_id)
if "SUCCESS" in launch_status:
@@ -258,8 +257,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.multi_animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Complex_Average_FPS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Complex_Average_FPS.py
index ed750147..9a5fce9d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Complex_Average_FPS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Complex_Average_FPS.py
@@ -121,9 +121,8 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit insatnce via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
- # disabling proc validation
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
+ # getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.object_animation_app_id,MediaValidationVariables.object_animation_app_download_url)
config_status = "SUCCESS"
conf_file,result = getDeviceConfigFile(obj.realpath)
@@ -156,7 +155,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.object_animation_app_id)
if "SUCCESS" in launch_status:
@@ -191,8 +190,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.object_animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Object_Compare_ScreenShots.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Object_Compare_ScreenShots.py
index 4cb4d919..790c5c5e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Object_Compare_ScreenShots.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Object_Compare_ScreenShots.py
@@ -117,8 +117,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.object_animation_app_id,MediaValidationVariables.object_animation_app_download_url)
@@ -184,7 +183,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.object_animation_app_id)
if "SUCCESS" in launch_status:
@@ -241,7 +240,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
+ # Setting the post-requisites for media test.Removing app url from webkit instance and
# moving next high z-order app to front (residentApp if its active)
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.object_animation_app_id)
if post_requisite_status == "SUCCESS":
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Objects_Average_FPS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Objects_Average_FPS.py
index 8fbf9f1b..f4a939f0 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Objects_Average_FPS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Objects_Average_FPS.py
@@ -121,8 +121,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.object_animation_app_id,MediaValidationVariables.object_animation_app_download_url)
config_status = "SUCCESS"
@@ -155,7 +154,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.object_animation_app_id)
if "SUCCESS" in launch_status:
@@ -190,8 +189,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.object_animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Operations.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Operations.py
index 8fba5185..51ab7205 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Operations.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Operations.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_PlayPause_STRESS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_PlayPause_STRESS.py
index ede21d58..502a32b9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_PlayPause_STRESS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_PlayPause_STRESS.py
@@ -119,8 +119,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -169,8 +168,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Sample_Average_FPS_WEBUI.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Sample_Average_FPS_WEBUI.py
index 1be32829..ed75b709 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Sample_Average_FPS_WEBUI.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Sample_Average_FPS_WEBUI.py
@@ -121,8 +121,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
socketConnectionEnableDisable(False);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
config_status = "SUCCESS"
@@ -146,7 +145,7 @@
animation_test_url = MediaValidationVariables.sample_animation_test_url
print(animation_test_url)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -192,8 +191,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Simple_Average_FPS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Simple_Average_FPS.py
index 71584431..b36fc010 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Simple_Average_FPS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Simple_Average_FPS.py
@@ -121,8 +121,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.object_animation_app_id,MediaValidationVariables.object_animation_app_download_url)
config_status = "SUCCESS"
@@ -156,7 +155,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.object_animation_app_id)
if "SUCCESS" in launch_status:
@@ -191,8 +190,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.object_animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_StartStop_STRESS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_StartStop_STRESS.py
index 42f05fa2..37c79eb6 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_StartStop_STRESS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_StartStop_STRESS.py
@@ -119,8 +119,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.animation_app_id,MediaValidationVariables.animation_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.animation_app_id)
if "SUCCESS" in launch_status:
@@ -169,8 +168,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Texts_Average_FPS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Texts_Average_FPS.py
index 7faccc39..c1d80554 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Texts_Average_FPS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Animation_Texts_Average_FPS.py
@@ -121,8 +121,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_lightning)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# disabling proc validation
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.object_animation_app_id,MediaValidationVariables.object_animation_app_download_url)
config_status = "SUCCESS"
@@ -156,7 +155,7 @@
# Getting the complete test app URL
animation_test_url = getTestURL(appURL,appArguments)
- # Setting the animation test url in webkit instance using RDKShell
+ # Setting the animation test url in PersistentStore and launching the animation test app using AppManager
setPS_value(animation_test_url)
launch_status = launchApp(obj,MediaValidationVariables.object_animation_app_id)
if "SUCCESS" in launch_status:
@@ -191,8 +190,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.object_animation_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_AV1.py
index 75def9d6..cfd552ca 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_AV1.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mp4&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_DASH.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_DASH.py
index e0e130eb..91fec0b1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_DASH.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_DASH.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_HLS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_HLS.py
index e3f7b7fe..17a64256 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_HLS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_HLS.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_VP9.py
index bfc064b2..9fa33039 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_4K_VP9.py
@@ -113,8 +113,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -152,7 +151,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.webm&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=webm
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -175,10 +174,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -186,8 +181,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_AV1.py
index 6c59fa62..f7310729 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_AV1.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264.py
index b21d333b..fab10936 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264.py
@@ -117,8 +117,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -156,7 +155,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -179,10 +178,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -191,8 +186,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264_Main.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264_Main.py
index dd3e6fc1..8ce67269 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264_Main.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_DASH_H264_Main.py
@@ -42,8 +42,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -81,7 +80,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -104,10 +103,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_EC3.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_EC3.py
index 35229dea..fa992980 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_EC3.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_EC3.py
@@ -115,8 +115,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -154,7 +153,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -177,10 +176,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -188,8 +183,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HDR.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HDR.py
index 4ecc8a9d..84594e56 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HDR.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HDR.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mp4&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC.py
index abe3d187..eb4eb4ce 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -157,7 +156,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -180,10 +179,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -191,8 +186,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC_MKV.py
index c2b37ebd..d0c6d2e0 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HEVC_MKV.py
@@ -110,8 +110,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mkv&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -172,10 +171,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -183,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HLS_H264.py
index 737a40eb..eedc4e0d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_HLS_H264.py
@@ -117,8 +117,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -156,7 +155,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -179,10 +178,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -190,8 +185,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MKV.py
index a73c7e22..55ba2b18 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MKV.py
@@ -112,8 +112,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mkv&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -174,10 +173,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -185,8 +180,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MP4.py
index 3282d66f..bdacff23 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_MP4.py
@@ -116,8 +116,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -156,7 +155,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -179,10 +178,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -190,8 +185,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_VP9.py
index c8ecdcde..e20887b8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF2X_Play_VP9.py
@@ -113,8 +113,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -152,7 +151,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -175,10 +174,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -186,8 +181,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_AV1.py
index 05703f37..dc05f23a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_AV1.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mp4&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_DASH.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_DASH.py
index 7708cb32..3c7813ec 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_DASH.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_DASH.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_HLS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_HLS.py
index e245c649..2cc22842 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_HLS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_HLS.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_VP9.py
index 208c0a60..1a2be949 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_4K_VP9.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.webm&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=webm
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_AV1.py
index 5911f184..2fd0fd66 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_AV1.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264.py
index 3797f366..da08705e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264.py
@@ -130,8 +130,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -169,7 +168,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -192,10 +191,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -203,8 +198,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264_Main.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264_Main.py
index c827d9d1..5d13a361 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264_Main.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_DASH_H264_Main.py
@@ -56,8 +56,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -95,7 +94,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -118,10 +117,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_EC3.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_EC3.py
index 7c660659..4efb2502 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_EC3.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_EC3.py
@@ -129,8 +129,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -168,7 +167,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -191,10 +190,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -202,8 +197,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HDR.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HDR.py
index 8fb8d2d7..628d5d36 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HDR.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HDR.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mov&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC.py
index e30c312f..1aa79b8d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -170,7 +169,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -193,10 +192,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -204,8 +199,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC_MKV.py
index 4d183445..9a3124fd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HEVC_MKV.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mkv&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HLS_H264.py
index 2196610e..4d5103a0 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_HLS_H264.py
@@ -131,8 +131,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -171,7 +170,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -194,10 +193,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -205,8 +200,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MKV.py
index 9c80d241..5b045403 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MKV.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mkv&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MP4.py
index 98af5298..1fec489e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_MP4.py
@@ -130,8 +130,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -169,7 +168,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -192,10 +191,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -203,8 +198,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_VP9.py
index e64464a5..d514ef1d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF3X_Play_VP9.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd3x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_DASH.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_DASH.py
index 560abd25..c1a0a9a0 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_DASH.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_DASH.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_HLS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_HLS.py
index ed283b82..97be252d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_HLS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_HLS.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_VP9.py
index 28b6bfa3..1a150346 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_4K_VP9.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.webm&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=webm
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_AV1.py
index ef2eed65..4434e9e2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_AV1.py
@@ -126,8 +126,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -165,7 +164,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -188,10 +187,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -199,8 +194,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264.py
index 194ac7ce..50bbbd73 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264.py
@@ -131,8 +131,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -171,7 +170,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -194,10 +193,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -205,8 +200,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264_Main.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264_Main.py
index 1bfd99cb..2f7ec6a5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264_Main.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_DASH_H264_Main.py
@@ -56,8 +56,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -96,7 +95,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -119,10 +118,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_EC3.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_EC3.py
index 1126a87f..9033670b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_EC3.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_EC3.py
@@ -129,8 +129,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -169,7 +168,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -192,10 +191,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -203,8 +198,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HEVC.py
index 2f1339ed..ffd3c7b2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HEVC.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -171,7 +170,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -194,10 +193,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -205,8 +200,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HLS_H264.py
index 044bda8a..0d90ae5a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_HLS_H264.py
@@ -131,8 +131,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -171,7 +170,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.m3u8&operations=fastfwd2x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -194,10 +193,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -205,8 +200,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MKV.py
index 0a05793b..5dafc1a9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MKV.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MP4.py
index e88f3381..b7f3eba7 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_MP4.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mp4&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=mp4
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_VP9.py
index e09d4f96..954e745c 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF4X_Play_VP9.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -166,7 +165,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/unifiedplayer/build/index.html?
#url=.mpd&operations=fastfwd4x(30),playnow(10),close(30)&options=checkInterval(5)&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -189,10 +188,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -200,8 +195,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_DASH.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_DASH.py
index 078b6f0f..d3272f37 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_DASH.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_DASH.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -172,7 +171,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -195,10 +194,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -206,8 +201,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_HLS.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_HLS.py
index d1976d0e..ef3bc2bb 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_HLS.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_HLS.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -172,7 +171,7 @@
#url=&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -195,10 +194,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -206,8 +201,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_VP9.py
index bb511511..bbaf4b0b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_4K_VP9.py
@@ -128,8 +128,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -173,7 +172,7 @@
#url=.webm&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=webm
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -196,10 +195,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -207,8 +202,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_AV1.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_AV1.py
index 627ccc07..0affa50e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_AV1.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_AV1.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -172,7 +171,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -195,10 +194,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -206,8 +201,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_DASH_H264.py
index 9518b7ba..b326da05 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_DASH_H264.py
@@ -131,8 +131,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -175,7 +174,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -198,10 +197,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -209,8 +204,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_EC3.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_EC3.py
index 9f50677b..7cd1531c 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_EC3.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_EC3.py
@@ -129,8 +129,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -173,7 +172,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -196,10 +195,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -207,8 +202,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HEVC.py
index 859f93d5..ee9e5e1a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HEVC.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -177,7 +176,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -200,10 +199,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -211,8 +206,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HLS_H264.py
index 67f666db..8f24f421 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_HLS_H264.py
@@ -131,8 +131,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -175,7 +174,7 @@
#url=.m3u8&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=hls
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -198,10 +197,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -209,8 +204,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_MKV.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_MKV.py
index 5dbb2bbf..81f66e26 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_MKV.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_MKV.py
@@ -127,8 +127,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -172,7 +171,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=mkv
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -195,10 +194,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -206,8 +201,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_VP9.py
index f7798555..0df004b2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_FF_STRESS_VP9.py
@@ -128,8 +128,7 @@
print("\nCheck Pre conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.unified_player_app_id,MediaValidationVariables.unified_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -173,7 +172,7 @@
#url=.mpd&operations=fastfwd(10),repeat(3),playnow(10),repeat(1),fastfwd(10),repeat(3),playnow(10)
#&options=checkInterval(5),loop&autotest=true&type=dash
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
for video_test_url in video_test_urls:
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.unified_player_app_id)
@@ -196,10 +195,6 @@
print("Video not playing fine")
print("[TEST EXECUTION RESULT]: FAILURE")
tdkTestObj.setResultStatus("FAILURE");
-
- if test_counter < len(video_test_urls):
- launch_status = launchPlugin(obj,webkit_instance,"about:blank")
- time.sleep(3)
else:
tdkTestObj.setResultStatus("FAILURE");
print("Unable to load the video Test URL in Webkit\n")
@@ -207,8 +202,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.unified_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H264_MP4.py
index e3fbc65b..a222acbf 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H264_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H265_MP4.py
index 0e7585df..5bc7f3e8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AAC_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AC3_H265_MP4.py
index 795c8e3c..cb6c9702 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AC3_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_AAC_MP4.py
index 149fbff6..c726bb39 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_AAC_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_OPUS_WEBM.py
index 76d0c2ba..b34f0ecd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_OPUS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_VORBIS_WEBM.py
index 478fd227..0cfce037 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_AV1_VORBIS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_H264.py
index 46964948..2c1f1112 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_HEVC.py
index ba5e6b8c..e1cf5a41 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_VP9.py
index 27b33bf2..d3035def 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_AC3_MP4.py
index 39a8ad8e..4b4e7d0a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_AC3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_MP3_MP4.py
index 96336a0f..3a998717 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_H264_MP3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_H264.py
index 0baea4e7..b6ec3d4e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_HEVC.py
index c17e5e05..830c731a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP8_WEBM.py
index 41d3baa6..1cbae8b9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP9_WEBM.py
index 0aba3beb..68b7a3ed 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_OPUS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP8_WEBM.py
index 821e1fd5..db142ceb 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP9_WEBM.py
index b873c9fa..3609b215 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF2X_Play_VORBIS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H264_MP4.py
index 6310b019..fb245171 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H264_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H265_MP4.py
index 0555f926..6e7ef10d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AAC_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AC3_H265_MP4.py
index 20daa6ff..2ed074af 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AC3_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_AAC_MP4.py
index 22b67542..576ac149 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_AAC_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_OPUS_WEBM.py
index 6feb7074..d4ab1b71 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_OPUS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_VORBIS_WEBM.py
index 75fd5d38..064056d8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_AV1_VORBIS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_AC3_MP4.py
index ad7f412f..75fcdaca 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_AC3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_MP3_MP4.py
index 7e1f61c1..2d868bc1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_H264_MP3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP8_WEBM.py
index 02d0ad39..b8bb4a37 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP9_WEBM.py
index 5601ea58..734f4ca2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_OPUS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP8_WEBM.py
index 32dcd49e..6160ca91 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP9_WEBM.py
index 9a3f6cee..7e59ea20 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF3X_Play_VORBIS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd3x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H264_MP4.py
index 5375d0f7..a4a0860a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H264_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H265_MP4.py
index f31deeaa..9058ee02 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AAC_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AC3_H265_MP4.py
index 2a67e92d..0540340c 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AC3_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_AAC_MP4.py
index 35744533..2fdf5444 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_AAC_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_OPUS_WEBM.py
index d8e1b33b..7dadb748 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_OPUS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_VORBIS_WEBM.py
index 69d0732b..4b28bf9f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_AV1_VORBIS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_AC3_MP4.py
index 505c26fc..825f0392 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_AC3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_MP3_MP4.py
index f9f6dc7a..b3164552 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_H264_MP3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -147,7 +146,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -175,8 +174,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP8_WEBM.py
index 4db63fc6..77f38c9d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP9_WEBM.py
index 6568ddd9..648023a8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_OPUS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP8_WEBM.py
index 06c3edfd..04bc090a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP9_WEBM.py
index e826777c..bbdd0021 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_FF4X_Play_VORBIS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=fastfwd4x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H264_MP4.py
index 3cfdfbee..afdb5c98 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H264_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H265_MP4.py
index 74a34f6e..344f892f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AAC_H265_MP4.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AC3_H265_MP4.py
index 8fd4ae28..49b6f85e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AC3_H265_MP4.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_AAC_MP4.py
index 11b01f5a..becff7a1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_AAC_MP4.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_OPUS_WEBM.py
index 70ab5f3a..2b056917 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_OPUS_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_VORBIS_WEBM.py
index 1f09fd74..c3176294 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_AV1_VORBIS_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_H264.py
index 0c10a814..509d2f5b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_HEVC.py
index 3808229b..ee482d57 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_VP9.py
index 7a34e9cf..e71a3ee4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_AC3_MP4.py
index 7d390c3e..7deffbdd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_AC3_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_MP3_MP4.py
index 0df62872..4e93e8f2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_H264_MP3_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_H264.py
index a8e516d9..16deb13a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_HEVC.py
index f6d1c9e4..e93aaf14 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP8_WEBM.py
index 44ab5880..55fe24ca 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP8_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP9_WEBM.py
index 964cfa7a..3b65aa18 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_OPUS_VP9_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP8_WEBM.py
index 9cf9f6ec..c22386b6 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP8_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP9_WEBM.py
index 3d605dec..9359d443 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Mute_Unmute_VORBIS_VP9_WEBM.py
@@ -111,8 +111,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_2160p.py
index 2ee1f3be..2cfe4406 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_480p.py
index 642e8d05..89fc0c20 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_480p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_720p.py
index 608c3242..43e22abf 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H264_MP4_720p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4.py
index f6ae3e66..793b3caa 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_2160p.py
index 6718606c..89d2b5d5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_480p.py
index 98c39369..bfc6bc37 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_720p.py
index 0cb1b46e..5f6e12f8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AAC_H265_MP4_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4.py
index 93a4e415..4ec5bc92 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_2160p.py
index dfd0b84f..1335fd28 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_480p.py
index 4dc756bd..0c0933f4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_720p.py
index 633b47f1..74a9d10d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AC3_H265_MP4_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4.py
index 4764d631..d17203bd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_1080p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_1080p.py
index 8ab409d4..70ab7b77 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_1080p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_1080p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_2160p.py
index 43352d1e..f46c74b4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_480p.py
index 1feaa42d..b6a6e16d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_720p.py
index df55da4a..9e88f961 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_AAC_MP4_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM.py
index a2e4d1d3..a9cdea36 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_2160p.py
index 2d7593de..1c7673e2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_480p.py
index 06726d7b..c40701cd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_720p.py
index babf9ba7..51632b4d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_OPUS_WEBM_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM.py
index df57d3be..59e43a48 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_1080p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_1080p.py
index dc80535b..1cc10176 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_1080p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_1080p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_2160p.py
index d94234df..7484e82d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_480p.py
index 517c4b4b..0b62431d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_AV1_VORBIS_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_H264.py
index 1030ab70..804275d3 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_HEVC.py
index 279670d5..279c0628 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_VP9.py
index be4142a4..3e04888a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4.py
index d0dd58b4..bd45ff48 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_2160p.py
index a82f8495..dfb52419 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_480p.py
index a9d7ec0c..b688269f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_480p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_720p.py
index bdb0ff85..b9ad0f96 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_AC3_MP4_720p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4.py
index 8331abc9..66fd7211 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_2160p.py
index d19de8fd..82285313 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_480p.py
index 45c25873..b86b0dec 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_480p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_720p.py
index f1409e7a..58c208ac 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_H264_MP3_MP4_720p.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HEVC.py
index fc195d2b..e66bb123 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HEVC.py
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_H264.py
index 80f45d91..0830321d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_HEVC.py
index 7bc5b4dd..2085e1c4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_MP4.py
index 57d1f88b..af1fc880 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_MP4.py
@@ -118,8 +118,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -148,7 +147,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -176,8 +175,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM.py
index 2069097f..75a3c6ef 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_2160p.py
index 137e41bf..da827930 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_480p.py
index 1dc616cb..4fcb8fe5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_720p.py
index 382c8ab2..fbd9d501 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP8_WEBM_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_2160p.py
index e9763340..450023c9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_480p.py
index b99013ce..a77ef633 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_720p.py
index eda6b5f9..5440c4d5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_OPUS_VP9_WEBM_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM.py
index 28a55fc2..3f6a72b4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_2160p.py
index 039841bc..14e9a69a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_480p.py
index b30cc85a..d6a51607 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_720p.py
index dfaf9347..c42517f5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP8_WEBM_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM.py
index a3a08df4..127e180e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_2160p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_2160p.py
index 1475b74a..91b1ca1a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_2160p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_2160p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_480p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_480p.py
index 56f8f2f0..c9280980 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_480p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_480p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_720p.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_720p.py
index ef758035..0b901f1d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_720p.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_VORBIS_VP9_WEBM_720p.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Vorbis_Webm.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Vorbis_Webm.py
index 5514ea62..6e2893f1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Vorbis_Webm.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Vorbis_Webm.py
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -146,7 +145,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -174,8 +173,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Webm.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Webm.py
index a28385ab..0adda305 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Webm.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_PlayPause_Webm.py
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -144,7 +143,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -172,8 +171,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AAC_H265_MP4.py
index 1c189d9d..6158a03f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AAC_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AC3_H265_MP4.py
index 2e4d616f..d0585a78 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AC3_H265_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_AAC_MP4.py
index 54357eb7..bc452fd5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_AAC_MP4.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_OPUS_WEBM.py
index 2c6711ee..e98bc649 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_OPUS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_VORBIS_WEBM.py
index 1c973e90..3a971ffd 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_AV1_VORBIS_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_H264.py
index fcfcb9b0..ed0585d8 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_HEVC.py
index 7146675f..16f1beef 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_VP9.py
index a82fe20f..ad6d2fa3 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_AC3_MP4.py
index 63e8e588..e23afe77 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_AC3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_MP3_MP4.py
index fc077f52..f61e6d2f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_H264_MP3_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HEVC.py
index 21986c1b..904f8627 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HEVC.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -142,7 +141,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(60)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -170,8 +169,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_H264.py
index e6846c18..17c1f2a7 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_HEVC.py
index 157f459c..262e8543 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_MP4.py
index 2c4578d2..db847d92 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_MP4.py
@@ -119,8 +119,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -148,7 +147,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(60)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -176,8 +175,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_OPUS_VP8_WEBM.py
index c95a797a..d55ac1ab 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_OPUS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP8_WEBM.py
index c48aee0e..1f0a624d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP8_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP9_WEBM.py
index 47ca8eae..a2c3bc73 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_VORBIS_VP9_WEBM.py
@@ -113,8 +113,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Vorbis_Webm.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Vorbis_Webm.py
index aa6d11b4..493f2ad5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Vorbis_Webm.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Vorbis_Webm.py
@@ -68,7 +68,7 @@
HTML player App URL: string
webkit_instance:string
webinspect_port: string
-video_src_url_ogg: string
+video_src_url_vorbis_webm: string
close_interval: int
1. As pre requisite, launch webkit instance via RDKShell, open websocket conntion to webinspect page
2. Store the details of other launched apps. Move the webkit instance to front, if its z-order is low.
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(60)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Webm.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Webm.py
index c7ee11ce..e953800d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Webm.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Play_Webm.py
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html);
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=close(60)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_DASH_H264.py
index 15010699..58743168 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_HLS_H264.py
index 0208c2c9..1e9c9ee5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_FF2X_Play_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -74,7 +73,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=fastfwd2x(30),playnow(10),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -102,8 +101,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_DASH_H264.py
index 7f8be345..9203291e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_HLS_H264.py
index ffed8cd7..23baf53d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Mute_Unmute_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=mute(30),unmute(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_DASH_H264.py
index a33883b3..548dcde7 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_HLS_H264.py
index eb4b82a1..000a6f0d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_PlayPause_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -73,7 +72,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=pause(30),play(10)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -101,8 +100,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_DASH_H264.py
index 58744636..d421eb2f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_HLS_H264.py
index cd8d5458..6692f333 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Play_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -72,7 +71,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -100,8 +99,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_DASH_H264.py
index 8297adc5..3338e42d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_HLS_H264.py
index d2f113cd..1641ed55 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_BWD_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_DASH_H264.py
index 06a4ff6b..d0228e41 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_HLS_H264.py
index 07753760..a737c2ac 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_FWD_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_DASH_H264.py
index 7ec8e292..0703eb32 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -78,7 +77,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekpos(30:120),seekpos(30:80),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -106,8 +105,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_HLS_H264.py
index 97984214..953cd861 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_SHAKA_Seek_Pos_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -78,7 +77,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekpos(30:120),seekpos(30:80),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -106,8 +105,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H264_MP4.py
index f4e4baca..88ed1e1a 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H264_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H265_MP4.py
index 8c7163f9..9b8d610f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AAC_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AC3_H265_MP4.py
index 155ecb5a..210c74e5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AC3_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_AAC_MP4.py
index 7a830903..7b542e15 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_AAC_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_OPUS_WEBM.py
index aba10fab..6d65d0e1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_OPUS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_VORBIS_WEBM.py
index 84e2beeb..e4a9e4d1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_AV1_VORBIS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_H264.py
index 08d949f9..571de670 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_HEVC.py
index 900c84c6..79ebb77b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_VP9.py
index 4395e7d8..013f0830 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_AC3_MP4.py
index aceacf3e..8055f4db 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_AC3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_MP3_MP4.py
index 342de11c..eeb44d44 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_H264_MP3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_H264.py
index 1123b64d..b9ab7c36 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_HEVC.py
index 87a97442..98ba84ce 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP8_WEBM.py
index 2042fb14..1ca41f85 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP9_WEBM.py
index 2d1194b1..d72155f9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_OPUS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP8_WEBM.py
index babc361e..bc29ecfe 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP9_WEBM.py
index f75f4df4..221f3f53 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_BWD_VORBIS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekbwd(60),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H264_MP4.py
index 9993e8ee..24a0c6b2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H264_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H265_MP4.py
index 457d1ebd..caebaa65 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AAC_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AC3_H265_MP4.py
index ea7f90e6..a4444e49 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AC3_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_AAC_MP4.py
index 74453640..b1c894be 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_AAC_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_OPUS_WEBM.py
index 93fe7eb2..535ebfc5 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_OPUS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_VORBIS_WEBM.py
index 87f1feab..9e0ac43b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_AV1_VORBIS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_H264.py
index 3c49d301..0502532f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_HEVC.py
index 6c5257f0..e854bcd6 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_VP9.py
index 0f5afb41..e28f98b2 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_AC3_MP4.py
index 1f867cbb..a908cb0e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_AC3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_MP3_MP4.py
index e58cbc10..41a630d6 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_H264_MP3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -151,7 +150,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -179,8 +178,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_H264.py
index 0d6681f8..36b34d68 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_HEVC.py
index e882a001..bd958199 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -76,7 +75,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -104,8 +103,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP8_WEBM.py
index 5802dbf3..f10f3d64 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP9_WEBM.py
index 2f7289e1..89d67d84 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_OPUS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP8_WEBM.py
index e622956d..9f11428c 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP9_WEBM.py
index 1950b023..bed0e2e6 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_FWD_VORBIS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -149,7 +148,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -177,8 +176,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H264_MP4.py
index db8c971c..faef859e 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H264_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -152,7 +151,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -180,8 +179,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H265_MP4.py
index a0d59139..2889437d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AAC_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AC3_H265_MP4.py
index 2db66257..ada0ab51 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AC3_H265_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_AAC_MP4.py
index d59a9037..0364f842 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_AAC_MP4.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_OPUS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_OPUS_WEBM.py
index 52e8b69d..0068b043 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_OPUS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_OPUS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_VORBIS_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_VORBIS_WEBM.py
index 9456fdcb..84046467 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_VORBIS_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_AV1_VORBIS_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_H264.py
index f3bf785c..88ea761d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -77,7 +76,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -105,8 +104,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_HEVC.py
index d948f617..d7e6f13f 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -77,7 +76,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -105,8 +104,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_VP9.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_VP9.py
index 66325003..187d32b3 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_VP9.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_DASH_VP9.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, Opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -77,7 +76,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -105,8 +104,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_AC3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_AC3_MP4.py
index 7885c504..a022b57d 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_AC3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_AC3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -152,7 +151,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -180,8 +179,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_MP3_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_MP3_MP4.py
index c29caecf..e34e6aa9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_MP3_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_H264_MP3_MP4.py
@@ -117,8 +117,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -152,7 +151,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -180,8 +179,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_H264.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_H264.py
index 6ee231b4..245bc5d4 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_H264.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_H264.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -78,7 +77,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekpos(30:120),seekpos(30:80),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -106,8 +105,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_HEVC.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_HEVC.py
index f834a9df..d40e6670 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_HEVC.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_HLS_HEVC.py
@@ -43,8 +43,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requisites for media test. Launching the webkit instance via RDKShell and
- # moving it to the front, opening a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -78,7 +77,7 @@
#http://*testManagerIP*/tdkservice/fileStore/lightning-apps/UnifiedMediaHTMLPlayer.html?
#url=&operations=seekpos(30:120),seekpos(30:80),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -106,8 +105,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requisites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP8_WEBM.py
index 4b08d672..051b4c99 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP9_WEBM.py
index d3c24a6a..08a587b1 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_OPUS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP8_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP8_WEBM.py
index dba45f6e..c34f3443 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP8_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP8_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP9_WEBM.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP9_WEBM.py
index 7a0a8818..cb20de0b 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP9_WEBM.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Seek_Pos_VORBIS_VP9_WEBM.py
@@ -115,8 +115,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -150,7 +149,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=seekfwd(30),seekbwd(30),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -178,8 +177,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H264_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H264_MP4.py
index 5d350cef..7e0f7112 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H264_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H264_MP4.py
@@ -114,8 +114,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -145,7 +144,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=setvolume(0.5),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -173,8 +172,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H265_MP4.py
index 4574bb1b..2e585105 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AAC_H265_MP4.py
@@ -112,8 +112,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=setvolume(0.5),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AC3_H265_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AC3_H265_MP4.py
index da5639b2..0c089fc9 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AC3_H265_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AC3_H265_MP4.py
@@ -112,8 +112,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=&operations=setvolume(0.5),close(30)
- # Setting the video test url in webkit instance using RDKShell
+ # Setting the video test url in PersistentStore and launching the test app using AppManager
setPS_value(video_test_url)
launch_status = launchApp(obj,MediaValidationVariables.html_player_app_id)
if "SUCCESS" in launch_status:
@@ -171,8 +170,7 @@
print("\nSet post conditions...")
tdkTestObj = obj.createTestStep('rdkv_media_post_requisites');
tdkTestObj.executeTestCase(expectedResult);
- # Setting the post-requites for media test.Removing app url from webkit instance and
- # moving next high z-order app to front (residentApp if its active)
+ # Setting the post-requisites for media test. Terminating the bolt app.
post_requisite_status = setMediaTestPostRequisites(MediaValidationVariables.html_player_app_id)
if post_requisite_status == "SUCCESS":
print("Post conditions for the test are set successfully\n")
diff --git a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AV1_AAC_MP4.py b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AV1_AAC_MP4.py
index 8bcc794d..70489953 100644
--- a/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AV1_AAC_MP4.py
+++ b/framework/fileStore/testscriptsRDKV/certification/rdkv_media/RDKV_CERT_MVS_Video_HTML_Setvolume_AV1_AAC_MP4.py
@@ -112,8 +112,7 @@
tdkTestObj = obj.createTestStep('rdkv_media_pre_requisites');
tdkTestObj.executeTestCase(expectedResult);
setWebKitSocketPort(webinspect_port_html)
- # Setting the pre-requites for media test. Launching the wekit instance via RDKShell and
- # moving it to the front, openning a socket connection to the webkit inspect page and
+ # Setting the pre-requisites for media test. Launching the required test app via AppManager and
# getting the details for proc validation from config file
pre_requisite_status,webkit_console_socket,validation_dict = setMediaTestPreRequisites(obj,MediaValidationVariables.html_player_app_id,MediaValidationVariables.html_player_app_download_url)
if pre_requisite_status == "SUCCESS":
@@ -143,7 +142,7 @@
#http://*testManagerIP*/rdk-test-tool/fileStore/lightning-apps/htmlplayer.html?
#url=