File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RUN pip3 install crc16 \
16
16
getmac \
17
17
packet_helper \
18
18
psutil \
19
- scapy==2.4.4 \
20
19
scapy_helper \
21
20
pysubnettree
22
21
@@ -34,7 +33,7 @@ debs/{{ deb }}{{' '}}
34
33
# Remove old ptf package
35
34
RUN dpkg -r python-ptf
36
35
37
- # Install new ptf package
38
- RUN git clone https://github.com/p4lang/ptf.git \
39
- && cd ptf \
40
- && python3.7 setup.py install --single-version-externally-managed --record /tmp/ptf_install.txt
36
+ # Install new ptf package not supprt in 202012 branch
37
+ # RUN git clone https://github.com/p4lang/ptf.git \
38
+ # && cd ptf \
39
+ # && python3.7 setup.py install --single-version-externally-managed --record /tmp/ptf_install.txt
Original file line number Diff line number Diff line change 3
3
DOCKER_PTF_SAI = docker-ptf-sai.gz
4
4
DOCKER_PTF_BASE = docker-ptf.gz
5
5
$(DOCKER_PTF_SAI)_PATH = $(DOCKERS_PATH ) /docker-ptf-sai
6
- $(DOCKER_PTF_SAI)_DEPENDS += $(LIBTHRIFT_2 ) $(PYTHON3_THRIFT_2 )
6
+ $(DOCKER_PTF_SAI)_DEPENDS += $(LIBTHRIFT_0_13_0 ) $(PYTHON3_THRIFT_0_13_0 )
7
7
$(DOCKER_PTF_SAI)_LOAD_DOCKERS += $(DOCKER_PTF_BASE )
8
8
SONIC_DOCKER_IMAGES += $(DOCKER_PTF_SAI )
9
- SONIC_BUSTER_DOCKERS += $(DOCKER_PTF_SAI )
9
+ SONIC_STRETCH_DOCKERS += $(DOCKER_PTF_SAI )
You can’t perform that action at this time.
0 commit comments