blob: fe568ad658f718e662eeb5cf78a38555bef8ff92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|