Refactor jumpavg to be more readable and usable 65/23465/8
authorVratko Polak <vrpolak@cisco.com>
Mon, 2 Dec 2019 17:38:44 +0000 (18:38 +0100)
committerVratko Polak <vrpolak@cisco.com>
Mon, 2 Dec 2019 17:57:32 +0000 (18:57 +0100)
commit627cddca1d64edb8475407a1524efb2a22249a25
tree919d0140958f94dda23d7338195fc7658940e5c3
parent9a936616eea7236ca8183f632d01d62109e12b29
Refactor jumpavg to be more readable and usable

This is the python3 change, the python2 is still used for testing bisect.

+ New version is 0.2.0 due to amount o API changes.
+ Jumpavg is now part of CSIT resource package tree.
+ Perpatch migrated to new jumpavg.
- PAL NOT updated (the update moved to a different Change).

Change-Id: I7d7a8bf8a411196c20c2a40a8c64478d6709bc07
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
24 files changed:
PyPI/jumpavg/jumpavg [new symlink]
PyPI/jumpavg/jumpavg/AbstractGroupClassifier.py [deleted file]
PyPI/jumpavg/jumpavg/AbstractGroupMetadata.py [deleted file]
PyPI/jumpavg/jumpavg/AvgStdevMetadata.py [deleted file]
PyPI/jumpavg/jumpavg/AvgStdevMetadataFactory.py [deleted file]
PyPI/jumpavg/jumpavg/BitCountingClassifier.py [deleted file]
PyPI/jumpavg/jumpavg/BitCountingGroup.py [deleted file]
PyPI/jumpavg/jumpavg/BitCountingGroupList.py [deleted file]
PyPI/jumpavg/jumpavg/BitCountingMetadata.py [deleted file]
PyPI/jumpavg/jumpavg/BitCountingMetadataFactory.py [deleted file]
PyPI/jumpavg/jumpavg/ClassifiedBitCountingMetadata.py [deleted file]
PyPI/jumpavg/jumpavg/ClassifiedMetadataFactory.py [deleted file]
PyPI/jumpavg/jumpavg/RunGroup.py [deleted file]
PyPI/jumpavg/setup.py
resources/libraries/bash/function/per_patch.sh
resources/libraries/python/jumpavg/AvgStdevStats.py [new file with mode: 0644]
resources/libraries/python/jumpavg/BitCountingGroup.py [new file with mode: 0644]
resources/libraries/python/jumpavg/BitCountingGroupList.py [new file with mode: 0644]
resources/libraries/python/jumpavg/BitCountingStats.py [new file with mode: 0644]
resources/libraries/python/jumpavg/__init__.py [moved from PyPI/jumpavg/jumpavg/__init__.py with 68% similarity]
resources/libraries/python/jumpavg/classify.py [new file with mode: 0644]
resources/tools/doc_gen/.gitignore
resources/tools/integrated/compare_perpatch.py [moved from resources/tools/scripts/compare_perpatch.py with 73% similarity]
resources/tools/scripts/perpatch_requirements.txt