@@ -25,46 +25,9 @@ cp ./rfc.properties /opt/rfc.properties
2525cp /opt/certs/client.pem /etc/ssl/certs/client.pem
2626cp ./rfcMgr/gtest/mocks/tr181store.ini /opt/secure/RFC/tr181store.ini
2727
28- rbuscli set Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Control.ConfigSetTime uint32 1763118860
28+ ls -l /usr/local/bin/parodus
2929
30- # Run L2 Test cases
31- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_single_instance_run.json test/functional-tests/tests/test_rfc_single_instance_run.py
32-
33- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_device_offline.json test/functional-tests/tests/test_rfc_device_offline_status.py
34-
35- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_init_failure.json test/functional-tests/tests/test_rfc_initialization_failure.py
36-
37- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_xconf_communication_success.json test/functional-tests/tests/test_rfc_xconf_communication.py
38-
39-
40- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_setget_param.json test/functional-tests/tests/test_rfc_setget_param.py
41-
42- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_tr181_setget_local_param.json test/functional-tests/tests/test_rfc_tr181_setget_local_param.py
43-
44- # The cert selector test cases are commented for now. Once the code changes are moved to open source, it will be enabled.
45- # pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_dynamic_static_cert_selector.json test/functional-tests/tests/test_rfc_dynamic_static_cert_selector.py
46-
47- # pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_static_cert_selector.json test/functional-tests/tests/test_rfc_static_cert_selector.py
48-
49- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_xconf_rfc_data.json test/functional-tests/tests/test_rfc_xconf_rfc_data.py
50-
51- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_xconf_request_params.json test/functional-tests/tests/test_rfc_xconf_request_params.py
52-
53- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_valid_accountid.json test/functional-tests/tests/test_rfc_valid_accountid.py
54-
55- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_factory_reset.json test/functional-tests/tests/test_rfc_factory_reset.py
56-
57- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_trigger_reboot_unknown_accountid.json test/functional-tests/tests/test_rfc_trigger_reboot.py
58-
59- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_feature_enable.json test/functional-tests/tests/test_rfc_feature_enable.py
60-
61- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_configsethash_time.json test/functional-tests/tests/test_rfc_xconf_configsethash_time.py
62-
63- echo " ENABLE_MAINTENANCE=true" >> /etc/device.properties
64-
65- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_xconf_reboot.json test/functional-tests/tests/test_rfc_xconf_reboot.py
66-
67- pytest --json-report --json-report-summary --json-report-file $RESULT_DIR /rfc_override_rfc_prop.json test/functional-tests/tests/test_rfc_override_rfc_prop.py
30+ cp /usr/local/bin/parodus /tmp/parodus
6831
6932# pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py
7033
0 commit comments