Add pool: sonictest-sonic-t0 (#10635)
Signed-off-by: Ze Gan <ganze718@gmail.com> Existing pools cannot test MACsec scenario, So I add sonictest-sonic-t0 pool that can run MACsec testcases.
This commit is contained in:
parent
9887e76ca2
commit
992d233090
@ -7,6 +7,9 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
- name: ptf_name
|
- name: ptf_name
|
||||||
type: string
|
type: string
|
||||||
|
- name: vmtype
|
||||||
|
type: string
|
||||||
|
default: 'ceos'
|
||||||
- name: section
|
- name: section
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
@ -41,7 +44,7 @@ steps:
|
|||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
sed -i s/use_own_value/${username}/ ansible/veos_vtb
|
sed -i s/use_own_value/${username}/ ansible/veos_vtb
|
||||||
echo aaa > ansible/password.txt
|
echo aaa > ansible/password.txt
|
||||||
docker exec sonic-mgmt bash -c "pushd /data/sonic-mgmt/ansible;./testbed-cli.sh -d /data/sonic-vm -m $(inventory) -t $(testbed_file) -k ceos refresh-dut ${{ parameters.tbname }} password.txt" && sleep 180
|
docker exec sonic-mgmt bash -c "pushd /data/sonic-mgmt/ansible;./testbed-cli.sh -d /data/sonic-vm -m $(inventory) -t $(testbed_file) -k ${{ parameters.vmtype }} refresh-dut ${{ parameters.tbname }} password.txt" && sleep 180
|
||||||
displayName: "Setup testbed"
|
displayName: "Setup testbed"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
@ -193,3 +193,17 @@ stages:
|
|||||||
tbname: vms-kvm-t1-lag
|
tbname: vms-kvm-t1-lag
|
||||||
ptf_name: ptf_vms6-2
|
ptf_name: ptf_vms6-2
|
||||||
tbtype: t1-lag
|
tbtype: t1-lag
|
||||||
|
|
||||||
|
- job:
|
||||||
|
pool: sonictest-sonic-t0
|
||||||
|
displayName: "kvmtest-t0-sonic"
|
||||||
|
timeoutInMinutes: 360
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- template: .azure-pipelines/run-test-template.yml
|
||||||
|
parameters:
|
||||||
|
dut: vlab-02
|
||||||
|
tbname: vms-kvm-t0-64-32
|
||||||
|
ptf_name: ptf_vms6-1
|
||||||
|
tbtype: t0-sonic
|
||||||
|
vmtype: vsonic
|
||||||
|
Reference in New Issue
Block a user