Giter VIP home page Giter VIP logo

Comments (5)

dvarrui avatar dvarrui commented on May 27, 2024

On this page https://github.com/teuton-software/teuton/tree/master/docs/learn#readme
there is a sequence of documents in increasing order of difficulty that try to explain how to use Teuton, both in the use of DSL and config.yaml configurations.

In each example, you learn something new about DSL and config.yaml

Most of the parameters within config.yam are defined by the user as needed. There are few parameters reserved for Teuton.

Parameters with a "tt_" prefix are the ones that are reserved. What do you suggest is to have a document with all the parameters reserved? tt_members, tt_moodle_id, tt_skip and tt_include?

from teuton.

dvarrui avatar dvarrui commented on May 27, 2024

The keys and values of the config.yaml file depend on the test creator.
Except by

  • tt_members: Name of the student(s)
  • tt_skip: true/false
  • tt_moodle_id: the student's email address on the Moodle platform or their ID
  • tt_include: Path of other configuration files to include

from teuton.

q2dg avatar q2dg commented on May 27, 2024

Yes, thanks! Well, just indicating this information you have answered here should be sufficient. As it's already here it should be found by anyone, though maybe writting it somewhere else could help too. So I'll close this issue, if you don't mind

from teuton.

q2dg avatar q2dg commented on May 27, 2024

Well, what I was looking for whas this list shown here: https://github.com/teuton-software/teuton/blob/master/docs/learn/03-remote_hosts.md Seeing them in nearly every example made me think they were (are?) predefined.

On the other hand, maybe the sentence "Label hostID identifies specific machine. Host information (ip, username, password, protocol) cames from config file" from https://github.com/teuton-software/teuton/blob/master/docs/dsl/run.md#remote-run needs some clarifications: I infer from examples that "hostID" is the portion before the "_" in "host1_username", "host1_password", etc keys but maybe it could be other things too.

Thanks

from teuton.

dvarrui avatar dvarrui commented on May 27, 2024

That's how it is

In config.yaml we will have the value of the IP and username of a computer that we will call "host1" for example.
Then the information is saved as:

host1_ip: 192.168.1.16
host1_username: root

These fields are the ones that are read when it is necessary to establish a connection with the remote computer "host1".
Instead of host1 you can put the label you prefer.

from teuton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.