--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to robotframe...@googlegroups.com.
Hi Jeffrey,I've got a solution based on your Git example, although I'm sure there is a better one. Load variables_2.yaml asport_list:porta: '*id001'portb: '*id002'portc: '*id003'And then run test_1.robot as*** Settings ***Documentation Suite descriptionVariables variables_1.yamlVariables variables_2.yamlLibrary Collections*** Test Cases ***example_testlog to console ${porta}log to console ${portb}log to console ${portc}${port_list}= get dictionary values ${port_list}log to console ${port_list}
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.