Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Merge requests
!174
Add HTTP/1 test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add HTTP/1 test
add_http1_test
into
develop
Overview
1
Commits
1
Pipelines
0
Changes
3
Merged
Stefan Spettel
requested to merge
add_http1_test
into
develop
7 months ago
Overview
1
Commits
1
Pipelines
0
Changes
3
Expand
Add a simple HTTP/1 test with basic setup + PCF
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
2e23c0ed
1 commit,
7 months ago
3 files
+
69
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
test/all_nfs.robot
0 → 100644
+
42
−
0
Options
# Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
#
contributor
license
agreements.
See
the
NOTICE
file
distributed
with
#
this
work
for
additional
information
regarding
copyright
ownership.
#
The
OpenAirInterface
Software
Alliance
licenses
this
file
to
You
under
#
the
OAI
Public
License,
Version
1.1
(the
"License");
you
may
not
use
this
file
#
except
in
compliance
with
the
License.
#
You
may
obtain
a
copy
of
the
License
at
#
#
http://www.openairinterface.org/?page_id=698
#
#
Unless
required
by
applicable
law
or
agreed
to
in
writing,
software
#
distributed
under
the
License
is
distributed
on
an
"AS
IS"
BASIS,
#
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND,
either
express
or
implied.
#
See
the
License
for
the
specific
language
governing
permissions
and
#
limitations
under
the
License.
#
------------------------------------------------------------------------------
#
For
more
information
about
the
OpenAirInterface
(OAI)
Software
Alliance:
#
contact@openairinterface.org
#
---------------------------------------------------------------------
*** Settings ***
Library
Process
Library
CNTestLib.py
Library
GNBSimTestLib.py
Resource
common.robot
Variables
vars.py
Suite Setup
Launch NRF CN With PCF HTTP1
Suite Teardown
Suite Teardown Default
Test Setup
Test Setup With Gnbsim
Test Teardown
Test Teardown With Gnbsim
*** Test Cases ***
Attach and Ping HTTP1
[
Tags
]
AMF
SMF
UDM
NRF
UDR
AUSF
UPF
PCF
Start Gnbsim
${GNBSIM_IN_USE}
${ip}
=
Check Gnbsim IP
${GNBSIM_IN_USE}
Ping From Gnbsim
${GNBSIM_IN_USE}
${EXT_DN1_IP}
Loading