diff options
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" |