Shell to python

Hi Guys,

I usually work on Shell script but now i am stuck with python as i am new to it.

Here i have a shell script to start automation on Jenkins using maven and testng framework, please help me to put it in to python script.

source /opt/storageos/cli/viprcli.profile
mvn clean
mvn test

mvn clean and mvn test starts automation.

-Ashish

/python - How do I execute a program or call a system command? - Stack Overflow