-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
What's the test to develop? Please describe
In the HackWeek 25 project, I build up a new openQA dabhoard service http://10.115.51.34/tests
This new openQA test environment have the capability to test more advanced network ISO installation tests.
- ISO install Harvester with static VIP and static node IP (without VLAN ID)
- ISO install Harvester with dhcp VIP and dhcp node IP (with VLAN ID 2017 to the lab)
And I created two corresponding openQA tests for these scenarios:
- create_node_static
- create_node_vlan
- Now we can add these two new tests to the harvester-openqa-test repository
- And update the Jenkins pipeline job can execute on the new test environment
- Then adjust the existing openQA pipeline job in the harvester-baremetal-ansible repository can test these advanced network tests on the new test environment.
Describe the items of the test development (DoD, definition of done) you'd like
- Add the new
create_node_staticandcreate_node_vlanto the harvester-openqa-test repository - Update the Jenkins pipeline in the harvester-baremetal-ansible repository to execute on the new openQA environment http://10.115.51.34/tests
- Update the Jenkins pipeline job parameter to be able to select all available openQA tests
- Test all the tests can execute well on the openQA Jenkins pipeline job