Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
eb517ef0
Commit
eb517ef0
authored
Feb 22, 2019
by
Yusei Tahara
4
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add faketime for tests.
parent
b6a2be2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-0
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+2
-2
stack/erp5/instance-zope.cfg.in
stack/erp5/instance-zope.cfg.in
+1
-1
stack/erp5/instance.cfg.in
stack/erp5/instance.cfg.in
+1
-0
No files found.
stack/erp5/buildout.cfg
View file @
eb517ef0
...
...
@@ -7,6 +7,7 @@ extends =
buildout.hash.cfg
../../component/cups/buildout.cfg
../../component/dbus/buildout.cfg
../../component/faketime/buildout.cfg
../../component/file/buildout.cfg
../../component/fonts/buildout.cfg
../../component/gcc/buildout.cfg
...
...
@@ -76,6 +77,7 @@ parts +=
aspell-en-dictionary
apache
apache-antiloris
faketime
file
findutils
graphviz
...
...
@@ -247,6 +249,7 @@ context =
key dcron_location dcron:location
key default_cloudooo_url erp5-defaults:cloudooo-connection-url
key erp5_location erp5:location
key faketime_location faketime:location
key file_location file:location
key findutils_location findutils:location
key fontconfig_location fontconfig:location
...
...
stack/erp5/buildout.hash.cfg
View file @
eb517ef0
...
...
@@ -66,7 +66,7 @@ md5sum = 0969fbb25b05c02ef3c2d437b2f4e1a0
[template]
filename = instance.cfg.in
md5sum =
be1466bfce26211e1f0b9e5cee47fe44
md5sum =
ad9d6ab78e3fcc5ebaed3531ecf1a573
[monitor-template-dummy]
filename = dummy.cfg
...
...
@@ -82,7 +82,7 @@ md5sum = d8f70f5826315a402bf6d72744b80bd9
[template-zope]
filename = instance-zope.cfg.in
md5sum =
7415a758c1076888d675aca1d9440b22
md5sum =
5a1dd32d33a4aedd22246004344d7e1c
[template-balancer]
filename = instance-balancer.cfg.in
...
...
stack/erp5/instance-zope.cfg.in
View file @
eb517ef0
...
...
@@ -424,7 +424,7 @@ context =
[{{ section('run-unit-test-userhosts-wrapper') }}]
<= userhosts-wrapper-base
wrapped-command-line = ${runUnitTest:wrapper-path}
wrapped-command-line =
{{ parameter_dict['faketime'] }}/bin/faketime "2057/01/03 00:00:00"
${runUnitTest:wrapper-path}
wrapper-path = ${buildout:bin-directory}/runUnitTest
[{{ section('run-test-suite-userhosts-wrapper') }}]
...
...
stack/erp5/instance.cfg.in
View file @
eb517ef0
...
...
@@ -101,6 +101,7 @@ extra-path-list = {{ dumps(extra_path_list) }}
matplotlibrc = {{ matplotlibrc_location }}
erp5-location = {{ erp5_location }}
egg-interpreter = {{egg_interpreter}}
faketime = {{ faketime_location }}
[dynamic-template-zope]
<= jinja2-template-base
...
...
Tatuya Kamada
@tatuya
mentioned in commit
1cfe6c12
·
Dec 16, 2022
mentioned in commit
1cfe6c12
mentioned in commit 1cfe6c12dc186a2468675eedc6a161fd65b24539
Toggle commit list
Tatuya Kamada
@tatuya
mentioned in commit
055ddefa
·
Jan 25, 2023
mentioned in commit
055ddefa
mentioned in commit 055ddefa45345b75fbfc762b9944dc6053a47b88
Toggle commit list
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