Test: restconf notification parallel disabled. start script -l removed

This commit is contained in:
Olof hagsand 2022-05-12 16:17:26 +02:00
parent 9cbe313712
commit d153bfcd0c
3 changed files with 7 additions and 5 deletions

View file

@ -52,7 +52,7 @@ delete("Delete a configuration item") {
validate("Validate changes"), cli_validate();
commit("Commit the changes"), cli_commit();
quit("Quit"), cli_quit();
shell("System command") <source:rest>, cli_start_shell();
shell("System command") <source:rest>, cli_start_shell("bash");
copy("Copy and create a new object"){
interface("Copy interface"){
(<name:string>|<name:string expand_dbvar("candidate","/ietf-interfaces:interfaces/interface=%s/name")>("name of interface to copy from")) to("Copy to interface") <toname:string>("Name of interface to copy to"), cli_copy_config("candidate","//interface[%s='%s']","urn:ietf:params:xml:ns:yang:ietf-interfaces","name","name","toname");