aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_utilities/README.md
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2017-12-01 15:44:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-01 15:44:28 +0000
commit60f88d9bbadc96ff434071cab070933f41220e21 (patch)
treecbbb1f87bc3064f19645b1396be7a78a207c73c3 /moonv4/moon_utilities/README.md
parent7a8c6828a170d001e905a108b7f873497cdefa88 (diff)
parentc47f1f819cd81efa3c7f9bc64cda30d337730210 (diff)
Merge "create moon python unit test docker image"
Diffstat (limited to 'moonv4/moon_utilities/README.md')
-rw-r--r--moonv4/moon_utilities/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/moonv4/moon_utilities/README.md b/moonv4/moon_utilities/README.md
index b658a864..f5fa43ca 100644
--- a/moonv4/moon_utilities/README.md
+++ b/moonv4/moon_utilities/README.md
@@ -8,5 +8,16 @@ For any other information, refer to the parent project:
moon_utilities is a common Python lib for other Moon Python packages
+## Build
+### Build Python Package
+- `cd moon_utilities`
+- `python3 setup.py sdist bdist_wheel`
+### Push Python Package to PIP
+
+## Test
+### Python Unit Test
+- launch Docker for Python unit tests
+ - `cd moon_utilities`
+ - `docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest`