Kaynağa Gözat

a-o-i tests: Update attended tests for proxy

Update the input to account for the new questions around proxies.
Samuel Munilla 9 yıl önce
ebeveyn
işleme
13dc4a50cc
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      utils/test/fixture.py

+ 2 - 0
utils/test/fixture.py

@@ -201,6 +201,8 @@ def build_input(ssh_user=None, hosts=None, variant_num=None,
         inputs.append(storage)
         inputs.append(storage)
 
 
     inputs.append('subdomain.example.com')
     inputs.append('subdomain.example.com')
+    inputs.append('proxy.example.com')
+    inputs.append('exclude.example.com')
 
 
     # TODO: support option 2, fresh install
     # TODO: support option 2, fresh install
     if add_nodes:
     if add_nodes: