Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yafits
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
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
artemix
yafits
Wiki
Installation guide
Changes
Page history
New page
Templates
Clone repository
Update Installation guide
authored
2 years ago
by
Moreau Nicolas
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Installation-guide.md
+29
-1
29 additions, 1 deletion
Installation-guide.md
with
29 additions
and
1 deletion
Installation-guide.md
View page @
b0ba0a7e
...
...
@@ -105,6 +105,34 @@ Stopping the application
Performing tests
================
Running the tests
-----------------
1.
Execute ./yafits test
This will generate a report file in the Yafits home directory
Configuring the tests
---------------------
The configuration is done through the .yafits.bashrc file.
# contains reference json files against which the tests will be performed
export YAFITS_REFDIR=/obs/partemix/yafits_tmp/REF
# contains the test json files
export YAFITS_OBJDIR=/obs/partemix/yafits_tmp/OBJ
# if true, a json data file will be created in YAFITS_OBJDIR for each opened data cube
export YAFITSV_TESTMODE=true
How it works
------------
All the files existing in YAFITS_REFDIR will be compared to the file with the same name in YAFITS_OBJDIR
The result of the comparison will be stored in a report file in the home directory of Yafits
This diff is collapsed.
Click to expand it.