Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Test configuration

Test configuration · Changes

Page history
some aes authored Dec 10, 2019 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Test-configuration.md
View page @ 61a7bb56
......@@ -33,8 +33,13 @@ Here, you will find an example of json file for tests:
},
{
"file": "non_prem_box_SqSq-CON02-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
"method": "relative",
"tolerance": 0.1
}
{
"file": "non_prem_box_SqSq-CON03-00000010.post.mpio.txt",
"method": "power",
"tolerance": 6
}
],
"description": "Example of json file for testsuite test",
......@@ -56,7 +61,8 @@ Here, you will find an example of json file for tests:
},
],
"include": [
"i8", "gfortran"
"i8",
"gfortran"
],
"modules": [
"nastin",
......
Clone repository
  • Home
  • User
    • Basic information
    • Configure and run the testsuite
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Test configuration
    • Manage the tolerances