FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.

Home Page:https://fherstk.github.io/AutoCheck/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

specific variables per remote target

JuanMoroteP opened this issue · comments

In some cases you expect different outputs depending the remote target, so you need to specify in each remote the specific value that will be consider correct.

somenthing like:

  • remote:
    • os: GNU
    • host: ip_host_1
    • user: user_remote_1
    • password: pass_remote_1
    • vars:
      sol1: solution1_remote_1
      sol2: solution2_remote_1
commented

Consider it done :)

commented

Just released (v2.6.0).
Please, test it and provide me some feedback in order to update my internal tests if something fails.