Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 23 of 23) sorted by relevance

/spdk/test/openstack/
H A Dinstall_devstack.sh38 if [[ -e /opt/stack/devstack/unstack.sh ]]; then
39 cd /opt/stack/devstack
43 mkdir -p /opt/stack
44 rm -rf /opt/stack/*
49 git clone --depth 1 https://opendev.org/openstack-dev/devstack /opt/stack/devstack && break
53 …git clone --depth 1 https://opendev.org/openstack-dev/devstack -b "stable/$branch" /opt/stack/devs…
60 git clone https://github.com/openstack/os-brick.git /opt/stack/os-brick
61 cd /opt/stack/os-brick
64 cp $rootdir/scripts/vagrant/local.conf /opt/stack/devstack/local.conf
71 cd /opt/stack/devstack
[all …]
H A Drun_openstack_tests.sh27 source /opt/stack/devstack/openrc "$(type -P tox)" "$@"
60 cd /opt/stack/tempest
/spdk/test/app/match/
H A Dmatch195 my $opt = 0;
217 $opt = 1;
239 if ($opt || ($opx && $opt_found)) {
242 $opt = 0;
256 } elsif ($opt) {
/spdk/scripts/pkgdep/
H A Dcommon.sh48 if [[ ! -e /etc/opt/spdk-pkgdep/paths/go.path ]]; then
51 source /etc/opt/spdk-pkgdep/paths/export.sh > /dev/null
70 local shfmt_dir=${SHFMT_DIR:-/opt/shfmt}
164 protocdir=/opt/protoc/${PROTOCVERSION}
222 godir=/opt/go/${GOVERSION}
255 golangcidir=/opt/golangci/$lintversion/bin
/spdk/scripts/vagrant/
H A Dcreate_nvme_img.sh21 while getopts "s:n:p:t:h-:" opt; do
22 case "${opt}" in
H A Drun-autorun.sh45 while getopts "d:qhn" opt; do
46 case "$opt" in
H A Dcreate_vbox.sh127 while getopts ":b:n:s:x:p:uvcraldoHNhf-:" opt; do
128 case "${opt}" in
/spdk/scripts/perf/pm/
H A Dcollect-cpu-load52 while getopts c:d:hlp:t: opt; do
53 case "$opt" in
H A Dcollect-vmstat113 while getopts c:d:hlp:r:t: opt; do
114 case "$opt" in
H A Dcollect-cpu-temp241 while getopts c:d:hlp:t:v opt; do
242 case "$opt" in
/spdk/test/ftl/
H A Drestore.sh15 while getopts ':u:c:f' opt; do
16 case $opt in
H A Ddirty_shutdown.sh14 while getopts ':u:c:' opt; do
15 case $opt in
/spdk/doc/
H A Dgdb_macros.md214 source /opt/km/install/tools/gdb_macros/gdb_macros.py
232 File "/opt/km/install/tools/gdb_macros/gdb_macros.py", line 257, in invoke
234 File "/opt/km/install/tools/gdb_macros/gdb_macros.py", line 241, in __init__
236 File "/opt/km/install/tools/gdb_macros/gdb_macros.py", line 234, in __init__
238 File "/opt/km/install/tools/gdb_macros/gdb_macros.py", line 25, in __init__
240 File "/opt/km/install/tools/gdb_macros/gdb_macros.py", line 10, in __init__
H A Dshfmt.md52 /opt/shfmt and then linked under /usr/bin. Both paths can be changed
/spdk/test/iscsi_tgt/chap/
H A Dchap_common.sh23 while getopts ":t:u:s:r:m:dlb" opt; do
24 case ${opt} in
/spdk/scripts/
H A Dbackport.sh83 while getopts "d:ht:u:" opt; do
84 case "${opt}" in
H A Dcommon.sh552 if [[ -e /etc/opt/spdk-pkgdep/paths/export.sh ]]; then
553 source /etc/opt/spdk-pkgdep/paths/export.sh
H A Drpc.py4026 opt, *vals = arg.split('=')
4027 args[i] = '='.join([opt.replace('_', '-'), *vals])
/spdk/scripts/bash-completion/
H A Dspdk67 local rpc_help opt
111 local opt=$1
113 case "$opt" in
/spdk/test/unit/lib/blobfs/blobfs_bdev.c/
H A Dblobfs_bdev_ut.c82 spdk_fs_init(struct spdk_bs_dev *dev, struct spdk_blobfs_opts *opt, in spdk_fs_init() argument
/spdk/include/spdk/
H A Dblobfs.h114 void spdk_fs_init(struct spdk_bs_dev *dev, struct spdk_blobfs_opts *opt,
/spdk/test/vhost/
H A Dcommon.sh1375 local opt=$1 conf=$2
1377 [[ -n $opt && -f $conf ]] || return 1
1379 awk -F= "/^$opt/{print \$2}" "$conf"
/spdk/scripts/perf/nvmf/
H A Drun_nvmf.py422 for opt, value in sysctl_opts.items():
423 self.sysctl_restore_dict.update({opt: self.exec_cmd(["sysctl", "-n", opt]).strip()})
424 self.log.info(self.exec_cmd(["sudo", "sysctl", "-w", "%s=%s" % (opt, value)]).strip())
516 for opt, value in self.sysctl_restore_dict.items():
517 self.log.info(self.exec_cmd(["sudo", "sysctl", "-w", "%s=%s" % (opt, value)]).strip())