zoukankan      html  css  js  c++  java
  • Autoconfigure enviroment via Python script

    A new cycle of the Powercycling test has been bulit in the last week ,because i feel so much boring during the test envirement configure process, this time I determine to write a python script to complete the OS enviroment configuration .

    Powercycling test need to run in linux OS and windows OS , but it's easy to complete the window enviroment setting , i don't want to pay more attention to it.

    Well,linux OS usally has the same linux kernel , so it can be produced  a common script to cover the most of linux setting .

    During test , i often make use of REHL7.3 OS/SUSE12 SP2  ,so i will decrypt the scripts  based on REHL 7.3 OS .

    First,let's comfirm what is the envirment requirement:

    1.login the Linux with root account automatically

    2.excute a test script after log into OS

    3.collect the test log at the end of the test

    4.analysis the test log whether it's pass or not

  • 相关阅读:
    HDOJ1004
    HDOJ1001
    HDOJ1000
    HDOJ1003
    HDOJ1005
    新手如何正确使用CLion之输出hello world
    hihoCoder#1032 : 最长回文子串
    P3805 【模版】manacher算法(manacher)
    P1198 [JSOI2008]最大数(单调栈)
    P1351 联合权值
  • 原文地址:https://www.cnblogs.com/yongdaiblog-201409/p/6891961.html
Copyright © 2011-2022 走看看