This patch removes comments within configuration files for tests that are not relevant to the test itself. It reduces the need to update comments in test config files with each update. As well it makes those same as other test configuration files. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I48116613435fadf0738b5a948d32f458c7ce06be
24 lines
484 B
Plaintext
24 lines
484 B
Plaintext
[Global]
|
|
Comment "Global section"
|
|
LogFacility "local7"
|
|
|
|
[iSCSI]
|
|
NodeBase "iqn.2013-06.com.intel.ch.spdk"
|
|
AuthFile /usr/local/etc/spdk/auth.conf
|
|
Timeout 30
|
|
DiscoveryAuthMethod Auto
|
|
MaxSessions 4
|
|
ImmediateData Yes
|
|
ErrorRecoveryLevel 0
|
|
|
|
[Rpc]
|
|
Enable Yes
|
|
|
|
# Do not specify InitiatorGroup, PortalGroup, Malloc,
|
|
# or TargetNode entries here - the autotest.sh script
|
|
# will use RPC to set up this part of the configuration.
|
|
|
|
[Malloc]
|
|
NumberOfLuns 1
|
|
LunSizeInMB 512
|