Skip to content

Simulation flag added to tests#40

Merged
ljtucker merged 5 commits into
mainfrom
sim-flag
Apr 6, 2026
Merged

Simulation flag added to tests#40
ljtucker merged 5 commits into
mainfrom
sim-flag

Conversation

@ljtucker
Copy link
Copy Markdown
Contributor

Summary

Testing Guidance

Copy link
Copy Markdown
Contributor

@karlnaden karlnaden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gemspec needs to be updated to have inferno_core 1.1.2 as the minimum required version:

spec.add_runtime_dependency 'inferno_core', '~> 1.1', '>= 1.1.2'

@ljtucker ljtucker merged commit 5c6aa53 into main Apr 6, 2026
4 checks passed
@ljtucker ljtucker deleted the sim-flag branch April 6, 2026 13:39
karlnaden added a commit that referenced this pull request Apr 27, 2026
* Simulation flag added to tests (#40)

* Added simulation verification flag to tests

* Rubocop patch

* Rubocop spec patch

* Updated gemfile to use new inferno_core gem

* Ensure newest inferno_core version

* Add execution test scripts for R4 client and server suites

* Add execution scripts for R4 client and server suites

* server and client yaml execution script files

* YAML files for server and client execution scripts

* YAML files for server and client combined execution scripts

* address comments, Add github workflow, gitignore, and rakefile

* Rename subscriptions_r4_empty_client_expected.json to subscriptions_r4_empty_with_commands_client_expected.json

* Rename subscriptions_r4_empty_server_expected.json to subscriptions_r4_empty_with_commands_server_expected.json

* Rename subscriptions_r4_full_resource_client_expected.json to subscriptions_r4_full_resource_with_commands_client_expected.json

* Rename subscriptions_r4_full_resource_server_expected.json to subscriptions_r4_full_resource_with_commands_server_expected.json

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Update .gitignore

following inferno-core template (*.manifest)

* Update .gitignore

* Update .gitignore

* use actual inferno-core gem

* fix capability statement on inferno-qa

* Update execution_scripts/advance_wait.rb

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Update subscriptions_test_kit.gemspec

* Update Gemfile.lock

faraday added as a dependency of subscriptions_test_kit

* Update subscriptions_test_kit.gemspec

* Make advance_wait.rb executable

* Accidentally deleted expected json files on last commit, re-commited them here. Advance_wait.rb should also be executable for all users now

* Updated to inferno 1.2.1

* Execution scripts README changes

---------

Co-authored-by: Lucas Tucker <128156413+ljtucker@users.noreply.github.com>
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>
Co-authored-by: Karl Naden <karl@glenviewassociates.com>
karlnaden added a commit that referenced this pull request Apr 27, 2026
* output urls for interacting with waits for scripting

* fix attestation urls in the wait dialog message

* Yaml Execution Scripts (#44)

* Simulation flag added to tests (#40)

* Added simulation verification flag to tests

* Rubocop patch

* Rubocop spec patch

* Updated gemfile to use new inferno_core gem

* Ensure newest inferno_core version

* Add execution test scripts for R4 client and server suites

* Add execution scripts for R4 client and server suites

* server and client yaml execution script files

* YAML files for server and client execution scripts

* YAML files for server and client combined execution scripts

* address comments, Add github workflow, gitignore, and rakefile

* Rename subscriptions_r4_empty_client_expected.json to subscriptions_r4_empty_with_commands_client_expected.json

* Rename subscriptions_r4_empty_server_expected.json to subscriptions_r4_empty_with_commands_server_expected.json

* Rename subscriptions_r4_full_resource_client_expected.json to subscriptions_r4_full_resource_with_commands_client_expected.json

* Rename subscriptions_r4_full_resource_server_expected.json to subscriptions_r4_full_resource_with_commands_server_expected.json

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Update .gitignore

following inferno-core template (*.manifest)

* Update .gitignore

* Update .gitignore

* use actual inferno-core gem

* fix capability statement on inferno-qa

* Update execution_scripts/advance_wait.rb

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Apply suggestion from @karlnaden

Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

* Update subscriptions_test_kit.gemspec

* Update Gemfile.lock

faraday added as a dependency of subscriptions_test_kit

* Update subscriptions_test_kit.gemspec

* Make advance_wait.rb executable

* Accidentally deleted expected json files on last commit, re-commited them here. Advance_wait.rb should also be executable for all users now

* Updated to inferno 1.2.1

* Execution scripts README changes

---------

Co-authored-by: Lucas Tucker <128156413+ljtucker@users.noreply.github.com>
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>
Co-authored-by: Karl Naden <karl@glenviewassociates.com>

---------

Co-authored-by: Leon Dhoska <LeonDhoska@gmail.com>
Co-authored-by: Lucas Tucker <128156413+ljtucker@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants