summaryrefslogtreecommitdiffstats
path: root/robot/resources/so/direct_instantiate.robot
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15use the public key directlyDR695H1-3/+0
using it from the property file rather than a file allows it to be set by someon with no code change in robot Issue-ID: TEST-167 Change-Id: If081282af993d5c55bf5d2a4eff9878cb0bb463f Signed-off-by: DR695H <dr695h@att.com>
2019-07-11remvoing shared prelaod for per folder preloadDR695H1-1/+3
Issue-ID: TEST-174 Change-Id: I2c35214a0f54adfb299fa37f9e7f343dafa9e065 Signed-off-by: DR695H <dr695h@att.com>
2019-07-10remove log to consoleDR695H1-1/+1
log to console doesnt show things in the log files and so isnt viewable in jenkins. If console is really needed, add console=True to Log keyword Issue-ID: TEST-173 Change-Id: I9f736eab99120c4b7c32b55fd6c5e0f823e7b734 Signed-off-by: DR695H <dr695h@att.com>
2019-07-09ssh key should be passed in not provided by the methodDR695H1-0/+3
Issue-ID: TEST-173 Change-Id: I393518d47b9e831b76a32a08424f8e84e752028a Signed-off-by: DR695H <dr695h@att.com>
2019-06-24move appc assets out of templatesDR695H1-1/+1
Issue-ID: TEST-158 Change-Id: I688d02eaec893cafc58c7eae24cf653f7f085c02 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H1-5/+2
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2019-05-06Fixes from SoUtil and Pairwise testBrian Freeman1-2/+1
update vf_module_name to vf_module_name_list remove heatbridge from SoUtil parameters Issue-ID: INT-1061 Change-Id: Ifd00b9a45e8ae58ad2ffd1058a08a3ade1a6cab5 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-17Fixes for RegionThree and Instantiate DirectBrian Freeman1-3/+7
Issue-ID: INT-1028 Change-Id: I2ffb571da6af9d16077b5d085fa9ae5611209865 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-16Tie in SoUtils for direct to SOBrian Freeman1-0/+49
Issue-ID: INT-1028 Change-Id: I263381efc078cf154262a52627a10e2c4b265ec9 Signed-off-by: Brian Freeman <bf1936@att.com>