Skip to content

Commit 9bd830c

Browse files
andriymoroz-mlnxmaggiemsft
authored andcommitted
Fix table caption in testbed.csv and documentation (#482)
Signed-off-by: Andriy Moroz <[email protected]>
1 parent 415755d commit 9bd830c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ansible/doc/README.testbed.Config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
### ```testbed.csv``` format
2727
```
28-
# conf-name,group-name,topo,ptf_image_name,ptf_mgmt_ip,server,vm_base,dut,comment
28+
# conf-name,group-name,topo,ptf_image_name,ptf_ip,server,vm_base,dut,comment
2929
ptf1-m,ptf1,ptf32,docker-ptf-sai-mlnx,10.255.0.188/24,server_1,,str-msn2700-01,Tests ptf
3030
vms-t1,vms1-1,t1,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms
3131
vms-t1-lag,vms1-1,t1-lag,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms
@@ -36,7 +36,7 @@ vms-t1-lag,vms1-1,t1-lag,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str
3636
- group-name – used in interface names, up to 8 characters
3737
- topo – name of topology
3838
- ptf_imagename – defines PTF image
39-
- ptf_mgmt_ip – ip address for mgmt interface of PTF container
39+
- ptf_ip – ip address for mgmt interface of PTF container
4040
- server – server where the testbed resides
4141
- vm_base – first VM for the testbed. If empty, no VMs are used
4242
- dut – target dut name

ansible/library/test_facts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
EXAMPLES = '''
3030
Testbed CSV file example:
31-
# conf-name,group-name,topo,ptf_image_name,ptf_mgmt_ip,server,vm_base,dut,comment
31+
# conf-name,group-name,topo,ptf_image_name,ptf_ip,server,vm_base,dut,comment
3232
ptf1-m,ptf1,ptf32,docker-ptf-sai-mlnx,10.255.0.188/24,server_1,,str-msn2700-01,Tests ptf
3333
vms-t1,vms1-1,t1,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms
3434
vms-t1-lag,vms1-1,t1-lag,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms

ansible/testbed.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# conf-name,group-name,topo,ptf_image_name,ptf_mgmt_ip,server,vm_base,dut,comment
1+
# conf-name,group-name,topo,ptf_image_name,ptf_ip,server,vm_base,dut,comment
22
ptf1-m,ptf1,ptf32,docker-ptf-sai-mlnx,10.255.0.188/24,server_1,,str-msn2700-01,Tests ptf
33
vms-t1,vms1-1,t1,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms
44
vms-t1-lag,vms1-1,t1-lag,docker-ptf-sai-mlnx,10.255.0.178/24,server_1,VM0100,str-msn2700-01,Tests vms

0 commit comments

Comments
 (0)