Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geans-pin committed Jun 4, 2021
1 parent 38592f9 commit d0f6bb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dockers/docker-pde/base_image_files/pde-bench
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ echo ""
echo "CSV Report: ${CSV}"
echo "-----------------------------------------------------------------------"
echo "$(cat ${CSV})"
echo "-----------------------------------------------------------------------"

echo "-----------------------------------------------------------------------"
4 changes: 1 addition & 3 deletions dockers/docker-pde/docker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ fi

start_bcm

exec /usr/bin/supervisord


exec /usr/bin/supervisord
3 changes: 1 addition & 2 deletions dockers/docker-pde/stress-sfp-i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,4 @@ def stress_sfp_i2c(sec=180):
sec = 180
if len(sys.argv) >= 2:
sec = int(sys.argv[1])
stress_sfp_i2c(sec)

stress_sfp_i2c(sec)
4 changes: 1 addition & 3 deletions platform/broadcom/sonic-pde-tests.dep
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

SPATH := $($(SONIC_PLATFORM_PDE)_SRC_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) platform/broadcom/sonic-pde-tests.mk platform/broadcom/sonic-pde-tests.dep
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
Expand All @@ -8,5 +7,4 @@ $(SONIC_PLATFORM_PDE)_CACHE_MODE := GIT_CONTENT_SHA
$(SONIC_PLATFORM_PDE)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
$(SONIC_PLATFORM_PDE)_DEP_FILES := $(DEP_FILES)
$(SONIC_PLATFORM_PDE)_SMDEP_FILES := $(SMDEP_FILES)
$(SONIC_PLATFORM_PDE)_SMDEP_PATHS := $(SPATH)

$(SONIC_PLATFORM_PDE)_SMDEP_PATHS := $(SPATH)

0 comments on commit d0f6bb2

Please sign in to comment.