scripts/nvmf: Fixed python syntax error
Missing comma in nvmet_cfg caused this error. Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I71864c8dc443e2bb73cd9f575eb6540e16bab40e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3470 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
ddba021eea
commit
7dbaf54bf5
@ -481,7 +481,7 @@ class KernelTarget(Target):
|
||||
"allowed_hosts": [],
|
||||
"attr": {
|
||||
"allow_any_host": "1",
|
||||
"serial": "SPDK0001"
|
||||
"serial": "SPDK0001",
|
||||
"version": "1.3"
|
||||
},
|
||||
"namespaces": [
|
||||
@ -531,7 +531,7 @@ class KernelTarget(Target):
|
||||
"allowed_hosts": [],
|
||||
"attr": {
|
||||
"allow_any_host": "1",
|
||||
"serial": "SPDK00%s" % subsys_no
|
||||
"serial": "SPDK00%s" % subsys_no,
|
||||
"version": "1.3"
|
||||
},
|
||||
"namespaces": [
|
||||
|
Loading…
Reference in New Issue
Block a user