Skip to content

Commit

Permalink
models updated
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Apr 24, 2024
1 parent 5296bbc commit c7655ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions artifacts/open-traffic-generator-platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module: open-traffic-generator-platform
+--ro component* [name]
+--ro name -> ../state/name
+--ro state
+--ro name? enumeration
+--ro version? string
+--ro name? enumeration
+--ro software-version? string
+--ro sdk-version? string
15 changes: 8 additions & 7 deletions models/platform/open-traffic-generator-platform.yang
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,21 @@ module open-traffic-generator-platform {
"The keng-controller component of the OTG implementation.";
}

enum sdk {
description
"The snappi/gosnappi sdk supported by the OTG implementation.";
}

}
description
"The name of the OTG component ";
}

leaf version {
leaf software-version {
type string;
description
"Software version information of an OTG component";
}

leaf sdk-version {
type string;
description
"version information of an OTG component";
"snappi/gosnappi version information of an OTG component";
}
}

Expand Down

0 comments on commit c7655ee

Please sign in to comment.