-
Story
-
Resolution: Done
-
Normal
-
None
-
1
-
rhel-sst-network-management
-
ssg_networking
-
2
-
False
-
-
None
-
NMT - RHEL-9.5 DTM 12
-
None
Goal
As a YAMLsmith developer, I want to train a minimal model with just one example, so that the integration test will demonstrate that the model behaves as expected.
Acceptance Criteria
A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.
- Given the natural language input "Configure interface eth1, set type to ethernet, set state to up, enable IPv4, set DHCPv4 to true", when asking the trained model to generate the state example, then the model will generate the example as expected:
—
interfaces:
- name: eth1
type: ethernet
state: up
ipv4:
dhcp: true
enabled: true