Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-test-cases
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tests
apertis-test-cases
Merge requests
!342
Adding new wi-Fi Access point testcases to Apertis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Adding new wi-Fi Access point testcases to Apertis
WiFi/Accesspoint_testcases
into
apertis/v2022pre
Overview
3
Commits
8
Pipelines
8
Changes
5
1 unresolved thread
Hide all comments
Closed
Benani Sagar Kishore
requested to merge
WiFi/Accesspoint_testcases
into
apertis/v2022pre
3 years ago
Overview
3
Commits
8
Pipelines
8
Changes
5
1 unresolved thread
Hide all comments
Expand
Signed-off-by: Sagar
SagarKishore.Benani@in.bosch.com
0
0
Merge request reports
Compare
apertis/v2022pre
version 7
6279b358
3 years ago
version 6
3738b404
3 years ago
version 5
b17c265a
3 years ago
version 4
c8d435f2
3 years ago
version 3
1c3438be
3 years ago
version 2
09c939a1
3 years ago
version 1
06bbf0d7
3 years ago
apertis/v2022pre (base)
and
latest version
latest version
3c927b60
8 commits,
3 years ago
version 7
6279b358
7 commits,
3 years ago
version 6
3738b404
6 commits,
3 years ago
version 5
b17c265a
5 commits,
3 years ago
version 4
c8d435f2
4 commits,
3 years ago
version 3
1c3438be
3 commits,
3 years ago
version 2
09c939a1
2 commits,
3 years ago
version 1
06bbf0d7
1 commit,
3 years ago
5 files
+
493
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
test-cases/wifi-accesspoint-deactivation.yaml
0 → 100644
+
48
−
0
Options
metadata
:
name
:
wifi-accesspoint-deactivation
format
:
"
Apertis
Test
Definition
1.0"
image-types
:
target
:
[
armhf
,
amd64
]
sdk
:
[
amd64
]
image-deployment
:
-
APT
type
:
functional
exec-type
:
manual
priority
:
critical
maintainer
:
"
Apertis
Project"
description
:
"
Test
wifi
access
point
mode
(AP
mode)
can
be
activated/deactivated
in
the
common
base
of
Apertis."
resources
:
-
"
2
Wi-Fi
USB
dongles"
macro_install_packages_preconditions
:
dnsmasq hostapd
pre-conditions
:
-
"
Ensure
that
the
wifi-wpa2-psk-accesspoint-setup
test
is
up
and
running
before
executing
this
test"
expected
:
-
"
The
user
should
be
able
to
enable/disable
the
wi-fi
AP
set
up
on
the
target"
-
|
>wlan0: AP-STA-CONNECTED 0c:9d:92:70:fd:4c
wlan0: STA 0c:9d:92:70:fd:4c RADIUS: starting accounting session 97DB26400B1D3921
wlan0: AP-STA-DISCONNECTED 0c:9d:92:70:fd:4c
wlan0: STA 0c:9d:92:70:fd:4c IEEE 802.11: authenticated
wlan0: STA 0c:9d:92:70:fd:4c IEEE 802.11: associated (aid 1)
wlan0: AP-STA-CONNECTED 0c:9d:92:70:fd:4c
wlan0: STA 0c:9d:92:70:fd:4c RADIUS: starting accounting session AEBCF08534CAE0B6
wlan0: AP-STA-DISCONNECTED 0c:9d:92:70:fd:4c
wlan0: interface state ENABLED->DISABLED
wlan0: AP-DISABLED
wlan0: CTRL-EVENT-TERMINATING
nl80211: deinit ifname=wlx1c872cc7c71d disabled_11b_rates=0
-
|
>root@apertis:/home/user# hostapd_cli disable
Selected interface 'interface_name'
wlxac9e1779c080: AP-DISABLED
nl80211: deinit ifname=wlxac9e1779c080 disabled_11b_rates=0
wlxac9e1779c080: interface state ENABLED->DISABLED
OK
run
:
steps
:
-
"
On
the
target
execute
root@apertis:/home/user#hostapd_cli
disable"
\ No newline at end of file
Loading