Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
f51fa197
Commit
f51fa197
authored
Feb 18, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare post test (
#630
)
parent
edc23aa5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
Makefile
Makefile
+1
-0
e2e-tests/form.html
e2e-tests/form.html
+13
-0
e2e-tests/lmConf-1.js
e2e-tests/lmConf-1.js
+16
-0
No files found.
Makefile
View file @
f51fa197
...
...
@@ -325,6 +325,7 @@ prepare_test_server:
DEFDOCDIR
=
`
pwd
`
/doc
\
FRDOCDIR
=
`
pwd
`
/po-doc/fr
@
cp
e2e-tests/lmConf-1.js e2e-tests/lemonldap-ng.ini e2e-tests/env.conf e2e-tests/test-nginx.conf e2e-tests/conf/
@
cp
e2e-tests/form.html e2e-tests/conf/site
@
perl
-i
-pe
'BEGIN{$$p=`pwd`;chomp $$p}s#__pwd__#$$p#;s#__port__#
$(TESTWEBSERVERPORT)
#;s#__FASTCGISOCKDIR__#
$(FASTCGISOCKDIR)
#;'
\
e2e-tests/conf/lemonldap-ng.ini
\
e2e-tests/conf/lmConf-1.js
\
...
...
e2e-tests/form.html
0 → 100644
View file @
f51fa197
<html>
<head>
<title></title>
</head>
<body>
<form
id=
"test"
method=
"post"
action=
"index.pl"
>
<input
name=
"postuid"
placeholder=
"postuid"
/>
<input
name=
"postmail"
placeholder=
"postmail"
/>
<input
name=
"poststatic"
placeholder=
"poststatic"
/>
<input
id=
"bt"
name=
"post"
type=
"submit"
/>
</form>
</body>
</html>
e2e-tests/lmConf-1.js
View file @
f51fa197
...
...
@@ -156,6 +156,22 @@
"
generateModule
"
:
"
Lemonldap::NG::Common::Apache::Session::Generate::SHA256
"
},
"
portal
"
:
"
http://auth.example.com:__port__/
"
,
"
post
"
:
{
"
test2.example.com
"
:
{},
"
manager.example.com
"
:
{},
"
test1.example.com
"
:
{
"
/form.html
"
:
{
"
vars
"
:
[
[
"
postuid
"
,
"
$_user
"
],
[
"
postmail
"
,
"
'x@x.org'
"
],
[
"
poststatic
"
,
"
'static content'
"
]],
"
jqueryUrl
"
:
"
http://manager.example.com:19876/static/bwr/jquery/dist/jquery.js
"
,
"
buttonSelector
"
:
"
#bt
"
,
"
formSelector
"
:
"
#test
"
,
"
target
"
:
"
/index.pl
"
}
}
},
"
registerDB
"
:
"
Null
"
,
"
reloadUrls
"
:
{},
"
securedCookie
"
:
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment