StarlingX Installation/Update/Patching/Backup/Restore
Go to file
Don Penney d9c2230050 Add test coverage for cgcs-patch/utils.py
This update adds cgcs-patch test cases to cover all utility
functions in utils.py.

Adding the test cases showed a python3 issue with the if_nametoindex
utility function. In python3, this functionality is provided by the
socket module. In python2, however, the function must be loaded through
the libc library. In order to support the python3 test case execution,
and prepare for moving to python3, the wrapper wrapper function will
use the socket module function for python3 and the libc function
otherwise.

Change-Id: I42d4966154bf22607246060acf31c4792b0e2bbe
Story: 2005939
Task: 34776
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-06-28 00:46:14 -04:00
api-ref/source stx-update: API Ref Doc Content 2019-02-19 03:57:55 -06:00
cgcs-patch Add test coverage for cgcs-patch/utils.py 2019-06-28 00:46:14 -04:00
devstack tsconfig: Move scripts into tsconfig 2019-06-04 10:15:06 -07:00
doc Clean up and standardize landing pages 2019-02-27 14:22:45 +00:00
enable-dev-patch Relocate enable-dev-patch to stx-update/enable-dev-patch 2018-08-01 12:46:56 -04:00
extras/scripts patch_build.sh fails with path errors 2018-08-16 17:54:05 -04:00
patch-alarm cgcs-patch: Fix shebang header to /usr/bin/python 2019-06-19 12:29:22 -07:00
patch-boot-args StarlingX open source release updates 2018-05-31 07:37:12 -07:00
patch-scripts Cleanup openstack components from patch scripts and tests 2019-04-04 09:39:18 -05:00
releasenotes Merge "Clean up and standardize landing pages" 2019-02-27 14:47:58 +00:00
requests-toolbelt Add hooks for python wheel generation 2018-10-24 17:13:19 +00:00
smart-helper StarlingX open source release updates 2018-05-31 07:37:12 -07:00
tsconfig Update tox.ini files to use stein constraints 2019-06-25 13:52:55 -04:00
.gitignore Adding unit tests to tsconfig and clean it up a bit 2019-03-04 19:16:05 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:36 +00:00
.zuul.yaml Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:37:12 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:37:12 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:37:12 -07:00
centos_dev_wheels.inc Add centos_dev_wheels.inc in stx-update 2019-04-10 11:07:06 -04:00
centos_iso_image.inc Split image.inc across git repos 2018-08-15 16:46:48 -04:00
centos_pkg_dirs Cleanup openstack components from patch scripts and tests 2019-04-04 09:39:18 -05:00
centos_stable_wheels.inc Remove unneeded wheels from stable tarball 2019-04-05 20:06:05 -04:00
pylint.rc Add pylint support 2018-08-24 09:19:44 -05:00
requirements.txt Add Zuul test foundation 2018-07-25 08:48:07 -05:00
test-requirements.txt Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00
tox.ini Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00

README.rst

stx-update

StarlingX Software Management