Skip to content

Commit

Permalink
remove support for ipq806x golden tests
Browse files Browse the repository at this point in the history
the ipq806x based AP (tplink) is on its way out. We found the drivers to
unstable after many years of waiting. Well be moving onward to the
mt7622 and belkin/linksys hardware instead.
  • Loading branch information
sarcasticadmin committed Aug 23, 2023
1 parent 661756b commit c208d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/openwrt-golden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,3 @@ jobs:
run: |
cd tests/unit/openwrt
sh -x test.sh -t ar71xx
- name: openwrt_golden_ipq806x
shell: sh
run: |
cd tests/unit/openwrt
sh -x test.sh -t ipq806x
6 changes: 2 additions & 4 deletions openwrt/include/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ REPO_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)

golden-test:
@cd $(REPO_ROOT)/tests/unit/openwrt && \
sh test.sh -t ar71xx && \
sh test.sh -t ipq806x
sh test.sh -t ar71xx

golden-update:
@cd $(REPO_ROOT)/tests/unit/openwrt && \
sh test.sh -u -t ar71xx && \
sh test.sh -u -t ipq806x
sh test.sh -u -t ar71xx

autoflash-test:
curl --request POST \
Expand Down

0 comments on commit c208d55

Please sign in to comment.