diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-11-12 17:20:03 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2020-01-20 16:31:46 +0800 |
commit | 5f8e9379af90e81ad4a4d27b8cf6afb6edb40569 (patch) | |
tree | 17061ffe8fee62f458aee7defbb5faf3b3cccbee /hpa/README.md | |
parent | 860d099f352eb762f1f181f189867ed2c3f322a9 (diff) |
Make hpa discovery as plugin
Issue-ID: MULTICLOUD-695
Change-Id: I04547cfe664dfed457a228c04dfdf71c96b0ded0
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'hpa/README.md')
-rw-r--r-- | hpa/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hpa/README.md b/hpa/README.md new file mode 100644 index 00000000..fe568ad6 --- /dev/null +++ b/hpa/README.md @@ -0,0 +1,16 @@ +# 1. compile hpa plugin +cd hpa +python setup.py compile + +# 2. install hpa plugin +cd hpa +python setup.py install + +# 3. test hpa plugin +cd hpa/test +# 3.1 test cloud extra info with dpdk +python test.py -f "dpdk" +# 3.2 test without cloud extra info +python test.py -t "windriver" +python test.py -t "starlingx" +python test.py -t "pike" |