mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #153] [MERGED] [tests] Add missing test_configs folder. refactor sta4 test #348
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/153
Author: @lts-rad
Created: 5/24/2023
Status: ✅ Merged
Merged: 5/25/2023
Merged by: @lts-rad
Base:
dev← Head:test-refactor📝 Commits (3)
2f34556[tests] Add missing test_configs folder. refactor sta4 testecd8affupdate tests90712d1[testing] add wifi test📊 Changes
45 files changed (+9450 additions, -43 deletions)
View changed files
➕
tests/code/test/wifi.js(+174 -0)➕
tests/run-tests.sh(+58 -0)📝
tests/runner/Dockerfile(+1 -1)➕
tests/runner/build.sh(+2 -0)➕
tests/runner/go.sh(+11 -0)📝
tests/sta1/Dockerfile(+3 -0)📝
tests/sta1/sta4.conf(+0 -0)➕
tests/sta1/sta4.sh(+17 -0)➖
tests/sta4/build.sh(+0 -2)➖
tests/sta4/go.sh(+0 -39)➕
tests/test_configs/.gitignore(+2 -0)➕
tests/test_configs/base/api.json(+73 -0)➕
tests/test_configs/base/auth_tokens.json(+8 -0)➕
tests/test_configs/base/auth_users.json(+1 -0)➕
tests/test_configs/base/config.sh(+32 -0)➕
tests/test_configs/base/dhcp.json(+7 -0)➕
tests/test_configs/base/firewall.json(+32 -0)➕
tests/test_configs/base/interfaces.json(+17 -0)➕
tests/test_configs/base/release_channel(+1 -0)➕
tests/test_configs/base/release_version(+1 -0)...and 25 more files
📄 Description
@lts-po hey there, this adds the missing test_configs directory
i moved out the sta4 stuff to run distinctly from the rest
and then the tests run in the 'runner' docker container, with network=host since the docker-compose-test.yml will expose the API on localhost:8000.
usage:
or
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.