提交 3c5cf38b 编写于 作者: C Cleber Rosa

Use the same content for example iSCSI target configuration

To be able to better tell that an iSCSI configuration value is an
example, intended to be changed by the owner of the system (running
the test) let's standardize on the same settings (the values at this
time).

Later, these could be used to FAIL or SKIP tests if the values match
the default example values.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 5d33007f
......@@ -58,10 +58,10 @@
host_setup_flag_target = 2
# Please replace below iscsi connection params before start your testing
emulated_image_target = images/iscsi-storage.raw
portal_ip_target = "127.0.0.1"
initiator_target = "iqn.2010-07.test.org:kvmautotest"
target_target = "iqn.2001-05.com.equallogic:0-8a0906-db31f7d03-470263b05654c204-kvm-test"
# End
# Please update these to point to your iscsi server
portal_ip_target = 127.0.0.1
initiator_target = "iqn.2010-07.com.example:my_initiator"
target_target = "iqn.2001-05.com.mytarget:0-0a0000-000000000-0000000000000000-my-target"
variants:
- simple_test:
variants:
......
......@@ -60,9 +60,10 @@
boot_target_image = yes
# Please replace below iscsi connection params before start your testing
emulated_image_target = images/iscsi-storage.raw
portal_ip_target = "127.0.0.1"
initiator_target = "iqn.2010-07.test.org:kvmautotest"
target_target = "iqn.2001-05.com.equallogic:0-8a0906-db31f7d03-470263b05654c204-kvm-test"
# Please update these to point to your iscsi server
portal_ip_target = 127.0.0.1
initiator_target = "iqn.2010-07.com.example:my_initiator"
target_target = "iqn.2001-05.com.mytarget:0-0a0000-000000000-0000000000000000-my-target"
start_firewall_cmd = "iptables -A INPUT -p tcp -d ${portal_ip_target} --dport 3260 -j DROP"
# End
variants:
......
......@@ -18,10 +18,6 @@
lv_size = 10G
lv_name_list = "lv_base lv_sn1 lv_sn2"
host_setup_flag = 2
#Please update portal_ip, initiator and target params based on your test env
#portal_ip = 127.0.0.1
#initiator = "iqn.2010-07.com.redhat:kvmautotest"
#target = "iqn.2001-05.com.equallogic:0-8a0906-db31f7d03-470263b05654c204-kvm-autotest"
image_chain += " sn1"
images += " sn1 sn2"
image_name_image1 = "lv_base"
......@@ -29,3 +25,7 @@
image_name_sn2 = "lv_sn2"
rebase_list = "sn2 > image1"
negtive_test_sn2 = yes
#Please update portal_ip, initiator and target params based on your test env
portal_ip = 127.0.0.1
initiator = "iqn.2010-07.com.example:my_initiator"
target = "iqn.2001-05.com.mytarget:0-0a0000-000000000-0000000000000000-my-target"
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册