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
2019-04-19 19:52:36 +00:00
2018-05-31 07:37:12 -07:00
2018-08-24 09:19:44 -05:00
2018-07-25 08:48:07 -05:00
2019-06-27 15:46:43 -04:00

stx-update

StarlingX Software Management

Description
StarlingX Installation/Update/Patching/Backup/Restore
Readme 19 MiB
Languages
Python 92.8%
Shell 5.8%
HTML 1%
Makefile 0.4%