X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Flibraries%2FYangCollection.robot;h=7d9834fbb13d0a0c2ffc6fba6693b44371158e15;hp=fac89ce4f191339691577255cda04b93280a7f3c;hb=b026afe1b85c7176324191bc7ffe2d190e8279e6;hpb=e7c9d494cc5bba241a376afd49650465f692581e diff --git a/csit/libraries/YangCollection.robot b/csit/libraries/YangCollection.robot index fac89ce4f1..7d9834fbb1 100644 --- a/csit/libraries/YangCollection.robot +++ b/csit/libraries/YangCollection.robot @@ -27,13 +27,13 @@ Static_Set_As_Src SSHKeywords.Execute_Command_At_Cwd_Should_Pass rm -rf target src SSHKeywords.Execute_Command_At_Cwd_Should_Pass mkdir -p src/main SSHKeywords.Set_Cwd ${root_dir}/src/main - SSHKeywords.Execute_Command_At_Cwd_Should_Pass git clone https://github.com/YangModels/yang + SSHKeywords.Execute_Command_At_Cwd_Should_Pass git clone https://github.com/YangModels/yang stderr_must_be_empty=False SSHKeywords.Set_Cwd ${root_dir}/src/main/yang SSHKeywords.Execute_Command_At_Cwd_Should_Pass git checkout -b ytest f4b09f38ac4b794e4e9b2e8646f326eccf556fe5 stderr_must_be_empty=False SSHKeywords.Execute_Command_At_Cwd_Should_Pass rm -rf tools SSHKeywords.Set_Cwd ${root_dir}/src/main/yang/experimental SSHKeywords.Execute_Command_At_Cwd_Should_Pass rm -rf openconfig - SSHKeywords.Execute_Command_At_Cwd_Should_Pass git clone https://github.com/openconfig/public + SSHKeywords.Execute_Command_At_Cwd_Should_Pass git clone https://github.com/openconfig/public stderr_must_be_empty=False SSHKeywords.Execute_Command_At_Cwd_Should_Pass mv -v public openconfig SSHKeywords.Set_Cwd ${root_dir}/src/main/yang/experimental/openconfig SSHKeywords.Execute_Command_At_Cwd_Should_Pass git checkout -b ytest 8bd7aafde63785880fe192174e5b075105ab97cb stderr_must_be_empty=False