JJunxiang LiPython 3: Update commands module
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Python 3: division fixer from __future__ import division was added into all modules that use the division operator, so that the / operator to behave the same in Python 2 as it does in Python 3. Changed / to //, if the operator should be changed to //. Signed-off-by: Haotong Chen <hachen@redhat.com> | 8 年前 | |
scripts: Create logging_config lib With the avocado logging refactors, the LoggingConfig object ended up removed from the utils_misc library, but there were a couple of scripts using them. As those scripts haven't been used very often, and since inspektor was ignoring legitimate syntax problems, this passed and nobody noticed. So let's reinstate the LoggingConfig class, but in a separate lib only for the scripts. This makes the scripts functional again and makes linting check to PASS. Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com> | 8 年前 | |
Python 3: To replace some modules and funtions with six Module: Configparser, cPickle, Queue, BaseHTTPServer, SimpleHTTPServer urllib, urllib2 Function: raw_input, reduce, unichr Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 | |
Python 3: Update print to print() Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 | |
scripts: Create logging_config lib With the avocado logging refactors, the LoggingConfig object ended up removed from the utils_misc library, but there were a couple of scripts using them. As those scripts haven't been used very often, and since inspektor was ignoring legitimate syntax problems, this passed and nobody noticed. So let's reinstate the LoggingConfig class, but in a separate lib only for the scripts. This makes the scripts functional again and makes linting check to PASS. Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com> | 8 年前 | |
Shifting from 7z to xz 7z is only available in EPEL for on some archs, but xz is available in stock repos for EL. Hence shifting from 7z for compression and decompression of JeOS images to xz. Reference: https://trello.com/c/hJiQaKPu Signed-off-by: Greeshma Gopinath <ggopinat@redhat.com> Signed-off-by: Cleber Rosa <crosa@redhat.com> | 9 年前 | |
Python 3: Fixes dictionary iteration methods Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 | |
Add script pktgen_perf.sh and update perf.conf file for performance pktgen_perf test case. Signed-off-by: Wenli Quan <wquan@redhat.com> | 8 年前 | |
Merge pull request #1452 from hereischen/python3-3-23-division Python 3: division fixer | 8 年前 | |
Python 3: division fixer from __future__ import division was added into all modules that use the division operator, so that the / operator to behave the same in Python 2 as it does in Python 3. Changed / to //, if the operator should be changed to //. Signed-off-by: Haotong Chen <hachen@redhat.com> | 8 年前 | |
Python 3: Update print to print() Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 | |
Move tools -> scripts To follow the avocado repos convention. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> | 10 年前 |