##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r1190:767abfa514f1
Some fixes - Improves log display - Fixes problem of range not set in UTC - Fixes problem for range of VariableState not correctly set at variable creation
Alexandre Leroux
0
r1189:70ee007bcdd0
Defines VariableState struct (3) Updates TestAmdaFuzzing to use that struct
Alexandre Leroux
0
r1188:ea075ddc1542
Defines VariableState struct (2) Passes that struct into operations' methods (instead of variables)
Alexandre Leroux
0
r1187:4f6d96e79a3a
Defines VariableState struct (1) Creates the struct representing a test state (variable, expected range of the variable, etc.). This structure will be used to validate an operation after its execution
Alexandre Leroux
0
r1186:df2174f7c4bf
Implements move operations (3) Adds move operations to the tests Sets temporary delay between each operation
Alexandre Leroux
0
r1185:4e9317891e93
Implements move operations (2) Implements execute() method
Alexandre Leroux
0
r1184:faf15cb3a00c
Implements move operations (1) Creates MoveOperation struct
Alexandre Leroux
0
r1183:0083fced54a2
Adds weights to operations (2) Handles weights in the test structure
Alexandre Leroux
0
r1182:cb9ad4b9f97b
Adds weights to operations (1) Modifies the algorithm for choosing a random element to add weights
Alexandre Leroux
0
r1181:2728fb97fd33
Merge branch 'feature/FuzingTests' into develop
Alexandre Leroux
merge
0
r1180:08e858e2cf84
Fixes clang-format for resource files
Alexandre Leroux
0
r1179:be0b9c5e4602
Adds initial test case
Alexandre Leroux
0
r1178:324a3ee21c58
Completes fuzzing test structure by setting initial range for the time controller
Alexandre Leroux
0
r1177:94f6e8c9cecc
Implements "Variable creation" operation (2)
Alexandre Leroux
0
r1176:f9a3c30f94e2
Implements "Variable creation" operation (1) Defines properties that will be necessary for the operation: - the provider attached to the variable created - the metadata attached to the variable created
Alexandre Leroux
0
r1175:9f9ab053f00b
Adds utility class to get random values
Alexandre Leroux
0
r1174:0c07405da56c
Implements test execute() method For each iteration of the test, this method generates available operations according to states of the variables, and execute an operation that has been chosen randomly.
Alexandre Leroux
0
r1173:e9fc95127967
Defines operations pool The operation pool will be used to pick a random operation at each iteration of the test to apply it on a variable
Alexandre Leroux
0
r1172:dfb96acdbb6b
Defines variable pool The variable pool will be used to pick a variable and execute an operation on it at each iteration of the test
Alexandre Leroux
0
r1171:1d0fdfceb8fb
Defines fuzzing operations Fuzzinf operations are operations that can be executed on a variable during tests. For now, only the "variable creation" operation is implemented
Alexandre Leroux
0
load next
< 1 .. 15 16 17 18 19 .. 76 >
showing 20 out of 1511 commits