summaryrefslogtreecommitdiffstats
path: root/qa/cephfs/mount/kclient/mount.yaml
blob: a130ff9d5d0febf429538cd4204fcb0ef8bd321d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
teuthology:
  postmerge:
  - local function is_kupstream()
      return yaml.ktype == 'upstream'
    end
  - local function is_kdistro()
      return yaml.ktype == 'distro'
    end
  - local function is_fuse()
      return false
    end
  - local function syntax_version()
      return yaml.overrides.kclient.syntax
    end
tasks:
- kclient: