andrewbutterfield / RTEMS-SMP-Formal

Contains formal methods material developed for RTEMS SMP with support from ESA, and subsequent additions by student projects
3 stars 5 forks source link

Added ability testbuilder.yml local to each model #3

Closed GH-James closed 1 year ago

GH-James commented 2 years ago

Added ability testbuilder.yml local to each model Added testsuite name options to testbuilder.yml - defaults to model-0 if not set Refactored strings to use f-strings instead of addition/concatenation Refactored to add functions where possible

andrewbutterfield commented 1 year ago

Hi James, that's perfect - thanks!

Andrew


Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204 @.***, Head of Software Foundations & Verification Research Group School of Computer Science and Statistics, Room G.39, O'Reilly Institute, Trinity College, University of Dublin http://www.scss.tcd.ie/Andrew.Butterfield/

On 08/11/2022, 12:47, "James Gooding Hunt" @.**@.>> wrote:

@GH-James commented on this pull request.


In formal/promela/src/testbuilder.pyhttps://github.com/andrewbutterfield/RTEMS-SMP-Formal/pull/3#discussion_r1016589392:

@@ -143,6 +143,24 @@ def copy(model, codedir, rtems, modfile):

     yaml.dump(model0, file)

+def get_config(source_dir):

I am considering an output like the following

testbuilder.yml configuration is incomplete

The following configuration items are missing:

rsb

rtems

Is this what you had in mind, or should it be more in depth?

— Reply to this email directly, view it on GitHubhttps://github.com/andrewbutterfield/RTEMS-SMP-Formal/pull/3#discussion_r1016589392, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEPT5YNNZCSMHRJH4TDZQLWHJDXFANCNFSM6AAAAAARXG2DJQ. You are receiving this because you commented.Message ID: @.***>