Skip to content

Create SSH connection and run script on remote linux system (Nutaq)

Notifications You must be signed in to change notification settings

qasim-ublox/Nutaq_CatM1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

catm1_netwok.py

This python script creats SSH connection and run script on remote linux system (Nutaq). Script load Cat-m1 netwok on nutaq and unload netwok and close SSH connection after the execution time ends, given in parameters.

  • It is parameterized script, following are the parameters
    • host name
    • user name
    • password
    • mme_port
    • enb_port
    • executionTime (In minutes)
  • Run script: Python catm1_nutaq_tcs.py 1.1.1.1 test test 98880 98881 10

catm1_network_and_cellular_test.py

This python script creats SSH connection and run script on remote linux system (Nutaq). Script load Cat-m1 netwok on nutaq, after running cat-m1 netwok on nutaq script runs test cases on target board (C030_R410M) and when all test cases finined then unload netwok and close SSH connection.

  • It is parameterized script, following are the parameters
    • host name
    • user name
    • password
    • mme_port
    • enb_port
    • test_command
  • Run script: Python catm1_nutaq_tcs.py 1.1.1.1 test test 98880 98881 ublox-at-cellular-interface-ext-TESTS-unit_tests-http

Note: BUILD needs to be there before running script.

About

Create SSH connection and run script on remote linux system (Nutaq)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%